mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 19:38:10 +00:00
[host/common] d12: add debug tracing
This commit is contained in:
@@ -571,6 +571,9 @@ bool app_init(void)
|
||||
const char * logFile = option_get_string("os", "logFile");
|
||||
const bool ods = option_get_bool ("os", "ods" );
|
||||
|
||||
if (ods)
|
||||
debug_enableTracing();
|
||||
|
||||
// redirect stderr to a file
|
||||
if (logFile && strcmp(logFile, "stderr") != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user