Searched refs:sCaptureDebugLogs (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogUtil.java41 private static volatile boolean sCaptureDebugLogs; field in class:LogUtil
47 sCaptureDebugLogs = gservices.getBoolean(
50 if (sCaptureDebugLogs && (sDebugLogSaver == null || !sDebugLogSaver.isCurrent())) {
53 } else if (!sCaptureDebugLogs && sDebugLogSaver != null) {

Completed in 243 milliseconds