Searched refs:debugLogging (Results 1 – 1 of 1) sorted by relevance
227 int debugLogging = prefs.getEnableDebugLogging() ? EmailServiceProxy.DEBUG_BIT : 0; in updateLoggingFlags() local234 int debugBits = debugLogging | verboseLogging | fileLogging | enableStrictMode; in updateLoggingFlags()