You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, both the ANR watchdog thread and main thread has the same nice value. Add the following line at the start of the run() function to resolve the issue.
Currently, both the ANR watchdog thread and main thread has the same nice value. Add the following line at the start of the run() function to resolve the issue.
Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND)
The text was updated successfully, but these errors were encountered: