mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 14:45:21 +08:00
Fix TIS/TSM in logs
Silences the "is calling TIS/TSM in non-main thread environment" messages in the log when running a MacOS server as it is a red herring that causes a lot of issues to be filed.
This commit is contained in:
@@ -38,6 +38,13 @@ main(int argc, char** argv)
|
||||
// record window instance for tray icon, etc
|
||||
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
/* Silence "is calling TIS/TSM in non-main thread environment" as it is a red
|
||||
herring that causes a lot of issues to be filed for the MacOS client/server.
|
||||
*/
|
||||
setenv("OS_ACTIVITY_DT_MODE", "NO", true);
|
||||
#endif
|
||||
|
||||
Arch arch;
|
||||
arch.init();
|
||||
|
||||
Reference in New Issue
Block a user