Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TIS/TSM in logs #653

Merged
merged 2 commits into from
May 12, 2020
Merged

Fix TIS/TSM in logs #653

merged 2 commits into from
May 12, 2020

Conversation

simons-public
Copy link

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. The messages are silenced by setting the OS_ACTIVITY_DT_MODE environment variable to NO.

Image of logs before:
before-setenv-OS_ACTIVITY_DT_MODE

Image of logs after:
after-setenv-OS_ACTIVITY_DT_MODE

Example issues that include mentions of TIS/TSM where it was not an issue:
#643, #599, #563, #532, #393, #232, #212, #112

This error comes from text input being handled by barriers which is another thread from the main barrier application. More info about Text Input Manager (TIS) & Text Services Manager TSM can be found here

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.
Copy link

@shymega shymega left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine to me -- The only thing I'd question is the comment you put. What did you mean Silence "? Looks like a bit of a typo?

@simons-public
Copy link
Author

@shymega The is calling TIS/TSM in non-main thread environment log entries is what's being silenced. I realize it reads a little weird, would you like me to reword it?

@shymega
Copy link

shymega commented May 12, 2020

No, don't worry, I misread it. My monitor is a bit washed out at the moment!

Looks alright to me though. I'll merge it now, cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
macOS Related to macOS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants