Use async logging while streaming only

The benefits of reliable output outweigh performance concerns during non-streaming activities.
This commit is contained in:
Cameron Gutman
2025-10-25 00:18:34 -05:00
parent b1232e0ed4
commit bd6235efba
4 changed files with 49 additions and 2 deletions
+6
View File
@@ -31,4 +31,10 @@ public:
static
int getDrmFd(bool preferRenderNode);
static
void enterAsyncLoggingMode();
static
void exitAsyncLoggingMode();
};