|
@@ -50,6 +50,7 @@ class OS {
|
|
|
bool low_processor_usage_mode = false;
|
|
|
int low_processor_usage_mode_sleep_usec = 10000;
|
|
|
bool _verbose_stdout = false;
|
|
|
+ bool _debug_stdout = false;
|
|
|
String _local_clipboard;
|
|
|
uint64_t _msec_splash;
|
|
|
bool _no_window = false;
|
|
@@ -222,6 +223,7 @@ public:
|
|
|
virtual bool is_userfs_persistent() const { return true; }
|
|
|
|
|
|
bool is_stdout_verbose() const;
|
|
|
+ bool is_stdout_debug_enabled() const;
|
|
|
|
|
|
virtual void disable_crash_handler() {}
|
|
|
virtual bool is_disable_crash_handler() const { return false; }
|