Searched refs:threadPolicyMask (Results 1 – 1 of 1) sorted by relevance
1204 int threadPolicyMask = StrictMode.DETECT_DISK_WRITE | in conditionallyEnableDebugLogging() local1209 threadPolicyMask |= StrictMode.PENALTY_DROPBOX; in conditionallyEnableDebugLogging()1212 threadPolicyMask |= StrictMode.PENALTY_FLASH; in conditionallyEnableDebugLogging()1215 StrictMode.setThreadPolicyMask(threadPolicyMask); in conditionallyEnableDebugLogging()