Searched refs:isLoggable (Results 1 - 25 of 159) sorted by relevance

1234567

/packages/apps/Camera2/src/com/android/camera/debug/
H A DLog.java26 * Additionally, the prefix itself is checked in isLoggable and
65 if (isLoggable(tag, android.util.Log.DEBUG)) {
71 if (isLoggable(tag, android.util.Log.DEBUG)) {
77 if (isLoggable(tag, android.util.Log.DEBUG)) {
83 if (isLoggable(tag, android.util.Log.DEBUG)) {
89 if (isLoggable(tag, android.util.Log.ERROR)) {
95 if (isLoggable(tag, android.util.Log.ERROR)) {
101 if (isLoggable(tag, android.util.Log.DEBUG)) {
107 if (isLoggable(tag, android.util.Log.ERROR)) {
113 if (isLoggable(ta
194 private static boolean isLoggable(Tag tag, int level) { method in class:Log
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DLogUtils.java102 return Log.isLoggable(tag, Log.DEBUG) || Log.isLoggable(TAG, Log.DEBUG);
169 public static boolean isLoggable(String tag, int level) { method in class:LogUtils
173 return Log.isLoggable(tag, level) || Log.isLoggable(TAG, level);
187 if (isLoggable(tag, VERBOSE)) {
205 if (isLoggable(tag, VERBOSE)) {
222 if (isLoggable(tag, DEBUG)) {
240 if (isLoggable(tag, DEBUG)) {
257 if (isLoggable(ta
[all...]
/packages/services/Telephony/src/com/android/phone/common/mail/utils/
H A DLogUtils.java102 return Log.isLoggable(tag, Log.DEBUG) || Log.isLoggable(TAG, Log.DEBUG);
169 public static boolean isLoggable(String tag, int level) { method in class:LogUtils
173 return Log.isLoggable(tag, level) || Log.isLoggable(TAG, level);
187 if (isLoggable(tag, VERBOSE)) {
205 if (isLoggable(tag, VERBOSE)) {
222 if (isLoggable(tag, DEBUG)) {
240 if (isLoggable(tag, DEBUG)) {
257 if (isLoggable(ta
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/
H A DLogUtils.java32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
74 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) {
81 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) {
88 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) {
95 if (DEBUG || Log.isLoggable(LOGTA
[all...]
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProviderIntentService.java33 if (Log.isLoggable(TAG, Log.DEBUG)) {
47 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Messaging/src/com/android/messaging/util/
H A DTrace.java48 android.util.Log.isLoggable(TAG, android.util.Log.VERBOSE)) {
67 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
82 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
H A DLoggingTimer.java48 if (LogUtil.isLoggable(mTag, LogUtil.VERBOSE)) {
66 } else if (LogUtil.isLoggable(mTag, LogUtil.VERBOSE)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DNoConfirmationSmsSendService.java56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
114 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
121 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
H A DSyncManager.java149 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
171 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
175 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
188 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
196 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
205 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
211 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
275 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
357 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
391 if (LogUtil.isLoggable(TA
[all...]
/packages/apps/Messaging/src/com/android/messaging/widget/
H A DBaseWidgetProvider.java54 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
92 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
107 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
129 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
157 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
175 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
H A DBaseWidgetFactory.java69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
128 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
134 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
149 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
208 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
H A DWidgetConversationProvider.java57 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
101 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
169 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
184 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
210 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
229 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
244 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
/packages/apps/Settings/src/com/android/settings/location/
H A DSettingsInjector.java123 if (Log.isLoggable(TAG, Log.DEBUG)) {
141 if (Log.isLoggable(TAG, Log.DEBUG)) {
161 if (Log.isLoggable(TAG, Log.WARN)) {
217 if (Log.isLoggable(TAG, Log.DEBUG)) {
259 if (Log.isLoggable(TAG, Log.DEBUG)) {
348 if (Log.isLoggable(TAG, Log.DEBUG)) {
368 if (Log.isLoggable(TAG, Log.WARN)) {
384 if (Log.isLoggable(TAG, Log.VERBOSE)) {
392 if (Log.isLoggable(TAG, Log.VERBOSE)) {
403 if (Log.isLoggable(TA
[all...]
H A DLocationSettingsBase.java57 if (Log.isLoggable(TAG, Log.DEBUG)) {
97 if (Log.isLoggable(TAG, Log.INFO)) {
120 if (Log.isLoggable(TAG, Log.INFO)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DMediaCache.java71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
77 } else if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DBugleActionBarActivity.java69 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
77 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
85 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
93 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
102 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
110 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
148 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
H A DImeDetectFrameLayout.java36 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) {
/packages/services/Telephony/src/com/android/services/telephony/
H A DLog.java33 public static final boolean DEBUG = isLoggable(android.util.Log.DEBUG);
34 public static final boolean INFO = isLoggable(android.util.Log.INFO);
35 public static final boolean VERBOSE = isLoggable(android.util.Log.VERBOSE);
36 public static final boolean WARN = isLoggable(android.util.Log.WARN);
37 public static final boolean ERROR = isLoggable(android.util.Log.ERROR);
41 public static boolean isLoggable(int level) { method in class:Log
42 return FORCE_LOGGING || android.util.Log.isLoggable(TAG, level);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactsApplication.java102 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
109 if (Log.isLoggable(STRICT_MODE_TAG, Log.DEBUG)) {
118 if (Log.isLoggable(Constants.PERFORMANCE_TAG, Log.DEBUG)) {
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
H A DOneTimeInitializerService.java74 if (Log.isLoggable(TAG, Log.VERBOSE)) {
81 if (Log.isLoggable(TAG, Log.INFO)) {
111 if (Log.isLoggable(TAG, Log.DEBUG)) {
139 if (Log.isLoggable(TAG, Log.INFO)) {
/packages/apps/Settings/src/com/android/settings/
H A DHotspotOffReceiver.java20 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
/packages/apps/UnifiedEmail/src/com/android/mail/perf/
H A DSimpleTimer.java48 return ENABLE_SIMPLE_TIMER && LogUtils.isLoggable(getTag(), LogUtils.DEBUG)
/packages/providers/CallLogProvider/src/com/android/calllogbackup/
H A DCallLogChangeReceiver.java32 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
/packages/services/Mms/src/com/android/mms/service/
H A DLogUtil.java83 public static boolean isLoggable(final int logLevel) { method in class:LogUtil
84 return Log.isLoggable(TAG, logLevel);
/packages/apps/Settings/src/com/android/settings/accounts/
H A DAddAccountSettings.java114 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
116 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
118 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
120 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
138 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored");
212 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved");

Completed in 1631 milliseconds

1234567