Searched refs:threadPolicyMask (Results 1 – 1 of 1) sorted by relevance
1073 int threadPolicyMask = StrictMode.DETECT_DISK_WRITE | in conditionallyEnableDebugLogging() local1078 threadPolicyMask |= StrictMode.PENALTY_DROPBOX; in conditionallyEnableDebugLogging()1081 threadPolicyMask |= StrictMode.PENALTY_FLASH; in conditionallyEnableDebugLogging()1084 StrictMode.setThreadPolicyMask(threadPolicyMask); in conditionallyEnableDebugLogging()