Searched defs:BUGLE_TAG (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogUtil.java23 public static final String BUGLE_TAG = "MessagingApp"; field in class:LogUtil
252 * Returns text as is if {@value #BUGLE_TAG}'s log level is set to DEBUG or VERBOSE;
261 if (android.util.Log.isLoggable(BUGLE_TAG, android.util.Log.DEBUG)) {

Completed in 1139 milliseconds