Searched refs:LOG_TAG (Results 1 - 25 of 372) sorted by relevance

1234567891011>>

/packages/apps/TV/jni/
H A Dlogging.h22 #ifndef LOG_TAG
23 #define LOG_TAG "usbtuner" macro
26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__)
27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__)
28 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO , LOG_TAG, __VA_ARGS__)
29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__)
30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DLog.h20 #define LOGV(...) __android_log_print(ANDROID_LOG_SILENT, LOG_TAG, __VA_ARGS__)
21 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, __VA_ARGS__)
22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
/packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
H A DTestauthConstants.java20 public static final String LOG_TAG = "Testauth"; field in class:TestauthConstants
H A DTestAuthenticationService.java30 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
31 Log.v(TestauthConstants.LOG_TAG, this + " Service started.");
38 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
39 Log.v(TestauthConstants.LOG_TAG, this + " Service stopped.");
45 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
46 Log.v(TestauthConstants.LOG_TAG, this + " getBinder() intent=" + intent);
H A DTestAuthenticator.java64 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
65 Log.v(TestauthConstants.LOG_TAG, "addAccount() type=" + accountType);
86 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
87 Log.v(TestauthConstants.LOG_TAG, "getAuthToken() account=" + account);
100 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
101 Log.v(TestauthConstants.LOG_TAG, "confirmCredentials()");
108 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
109 Log.v(TestauthConstants.LOG_TAG, "editProperties()");
117 if (Log.isLoggable(TestauthConstants.LOG_TAG, Log.VERBOSE)) {
118 Log.v(TestauthConstants.LOG_TAG, "getAuthTokenLabe
[all...]
/packages/apps/Stk/src/com/android/stk/
H A DStkAppInstaller.java35 private static final String LOG_TAG = "StkAppInstaller"; field in class:StkAppInstaller
38 CatLog.d(LOG_TAG, "init");
50 CatLog.d(LOG_TAG, "[setAppState]+");
52 CatLog.d(LOG_TAG, "[setAppState]- no context, just return.");
57 CatLog.d(LOG_TAG, "[setAppState]- no package manager, just return.");
70 CatLog.d(LOG_TAG, "Need not change app state!!");
72 CatLog.d(LOG_TAG, "Change app state[" + install + "]");
76 CatLog.d(LOG_TAG, "Could not change STK app state");
79 CatLog.d(LOG_TAG, "[setAppState]-");
H A DStkDialogActivity.java43 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in class:StkDialogActivity
64 CatLog.d(LOG_TAG, "onCreate, sim id: " + mSlotId);
69 CatLog.d(LOG_TAG, "onCreate - appService is null");
83 CatLog.d(LOG_TAG, "OK Clicked!, mSlotId: " + mSlotId);
94 CatLog.d(LOG_TAG, "Cancel Clicked!, mSlotId: " + mSlotId);
115 CatLog.d(LOG_TAG, "onKeyDown - KEYCODE_BACK");
127 CatLog.d(LOG_TAG, "onResume - mIsResponseSent[" + mIsResponseSent +
151 CatLog.d(LOG_TAG, "User should clear text..showing message forever");
165 CatLog.d(LOG_TAG, "Pending Alarm! Let it finish counting down...");
168 CatLog.d(LOG_TAG, "N
[all...]
H A DStkLauncherActivity.java51 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in class:StkLauncherActivity
62 CatLog.d(LOG_TAG, "onCreate+");
88 CatLog.d(LOG_TAG, "mAcceptUsersInput:false");
94 CatLog.d(LOG_TAG, "Item is null");
97 CatLog.d(LOG_TAG, "launch stk menu id: " + item.id);
106 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput);
112 CatLog.d(LOG_TAG, "KEYCODE_BACK.");
123 CatLog.d(LOG_TAG, "onResume");
127 CatLog.d(LOG_TAG, "item size = 0 so finish.");
133 CatLog.d(LOG_TAG, "resum
[all...]
H A DStkMenuActivity.java64 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in class:StkMenuActivity
87 CatLog.d(LOG_TAG, "MSG_ID_TIMEOUT mState: " + mState);
103 CatLog.d(LOG_TAG, "onCreate");
122 CatLog.d(LOG_TAG, "onCreate - appService is null");
139 CatLog.d(LOG_TAG, "mAcceptUsersInput:false");
145 CatLog.d(LOG_TAG, "Item is null");
149 CatLog.d(LOG_TAG, "onListItemClick Id: " + item.id + ", mState: " + mState);
165 CatLog.d(LOG_TAG, "mAcceptUsersInput: " + mAcceptUsersInput);
172 CatLog.d(LOG_TAG, "KEYCODE_BACK - mState[" + mState + "]");
175 CatLog.d(LOG_TAG, "STATE_SECONDAR
[all...]
H A DStkMain.java40 private static final String LOG_TAG = className.substring(className.lastIndexOf('.') + 1); field in class:StkMain
50 CatLog.d(LOG_TAG, "onCreate+");
75 CatLog.d(LOG_TAG, "simCount: " + simCount);
79 CatLog.d(LOG_TAG, "SIM " + i + " is inserted.");
83 CatLog.d(LOG_TAG, "SIM " + i + " is not inserted.");
90 CatLog.d(LOG_TAG, "do not show stk list menu.");
97 CatLog.d(LOG_TAG, "launchSTKMainMenu.");
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DLog.java25 private static final String LOG_TAG = LogUtils.TAG; field in class:Log
56 android.util.Log.v(LOG_TAG, toString(message, null));
61 android.util.Log.v(LOG_TAG, toString(message, t));
66 android.util.Log.d(LOG_TAG, toString(message, null));
71 android.util.Log.d(LOG_TAG, toString(message, t));
76 android.util.Log.i(LOG_TAG, toString(message, null));
81 android.util.Log.i(LOG_TAG, toString(message, t));
85 android.util.Log.w(LOG_TAG, toString(message, null));
89 android.util.Log.w(LOG_TAG, toString(message, t));
93 android.util.Log.e(LOG_TAG, toStrin
[all...]
/packages/apps/Email/emailcommon/src/com/android/emailcommon/
H A DLogging.java22 public static final String LOG_TAG = LogTag.getLogTag(); field in class:Logging
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DVCardService.java47 private final static String LOG_TAG = "VCardService"; field in class:VCardService
77 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); }
83 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); }
122 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created.");
143 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed.");
159 Log.d(LOG_TAG,
190 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path);
192 Log.w(LOG_TAG,
222 Log.d(LOG_TAG, "Executor service status: shutdown: " + mExecutorService.isShutdown()
229 Log.w(LOG_TAG, "Faile
[all...]
/packages/apps/Email/src/com/android/email/
H A DStopWatch.java46 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") start");
56 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") split(" + label + ") " + elapse);
62 LogUtils.w(Logging.LOG_TAG, "StopWatch(" + mName + ") stop: "
/packages/apps/EmergencyInfo/src/com/android/emergency/overlay/
H A DFeatureFactory.java32 private static final String LOG_TAG = "FeatureFactory"; field in class:FeatureFactory
43 if (DEBUG) Log.d(LOG_TAG, "getFactory");
54 if (DEBUG) Log.d(LOG_TAG, "started " + sFactory.getClass().getSimpleName());
/packages/apps/Settings/src/com/android/settings/search/
H A DSavedQueryRemover.java31 private static final String LOG_TAG = "SavedQueryRemover"; field in class:SavedQueryRemover
46 Log.d(LOG_TAG, "Cannot update saved Search queries", e);
60 Log.e(LOG_TAG, "Cannot open writable database", e);
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DFeatureFactory.java32 private static final String LOG_TAG = "FeatureFactory"; field in class:FeatureFactory
47 if (DEBUG) Log.d(LOG_TAG, "getFactory");
58 if (DEBUG) Log.d(LOG_TAG, "started " + sFactory.getClass().getSimpleName());
/packages/apps/TV/jni/minijail/
H A Dminijail.cpp26 #ifndef LOG_TAG
27 #define LOG_TAG "minijail" macro
30 #define ALOGE(...) __android_log_print(ANDROID_LOG_ERROR , LOG_TAG, __VA_ARGS__)
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DMailObservable.java27 protected static final String LOG_TAG = LogTag.getLogTag(); field in class:MailObservable
38 LogUtils.d(LOG_TAG, "IN register(%s)Observer: %s before=%d after=%d",
46 LogUtils.d(LOG_TAG, "IN unregister(%s)Observer: %s before=%d after=%d",
/packages/apps/Email/provider_src/com/android/email/
H A DEmailIntentService.java29 private static final String LOG_TAG = LogTag.getLogTag(); field in class:EmailIntentService
47 LogUtils.v(LOG_TAG, "Handling intent %s", intent);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFragmentRunnable.java30 private static final String LOG_TAG = LogTag.getLogTag(); field in class:FragmentRunnable
45 LogUtils.i(LOG_TAG, "Unable to run op='%s' b/c fragment is not attached: %s",
H A DUiHandler.java39 private final static String LOG_TAG = LogTag.getLogTag(); field in class:UiHandler
55 LogUtils.d(LOG_TAG, "UiHandler is disabled in post(). Dropping Runnable.");
70 LogUtils.d(LOG_TAG, "UiHandler is disabled in postDelayed(). Dropping Runnable.");
83 LogUtils.e(LOG_TAG, "Disable UiHandler. Dropping %d Runnables.", count);
H A DViewMode.java84 public static final String LOG_TAG = "ViewMode"; field in class:ViewMode
271 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
272 LogUtils.d(LOG_TAG, new Error(), "ViewMode: debouncing change attempt mode=%s",
275 LogUtils.i(LOG_TAG, "ViewMode: debouncing change attempt mode=%s", mode);
280 if (LogUtils.isLoggable(LOG_TAG, LogUtils.DEBUG)) {
281 LogUtils.d(LOG_TAG, new Error(), "ViewMode: executing change old=%s new=%s", mMode,
284 LogUtils.i(LOG_TAG, "ViewMode: executing change old=%s new=%s", mMode, mode);
/packages/apps/Terminal/jni/
H A Djni_init.cpp17 #define LOG_TAG "Terminal" macro
/packages/services/Car/vehicle_monitor_service/
H A Dmain_vehiclemonitor.cpp17 #define LOG_TAG "VMS" macro

Completed in 6346 milliseconds

1234567891011>>