Searched refs:LOG_TAG (Results 276 - 300 of 799) sorted by path

<<11121314151617181920>>

/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp17 #define LOG_TAG "CameraServiceTest" macro
/frameworks/base/cmds/app_process/
H A Dapp_main.cpp8 #define LOG_TAG "appproc" macro
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp17 #define LOG_TAG "BootAnimation" macro
H A Dbootanimation_main.cpp17 #define LOG_TAG "BootAnimation" macro
/frameworks/base/cmds/installd/
H A Dinstalld.h18 #define LOG_TAG "installd" macro
/frameworks/base/cmds/installd/tests/
H A Dinstalld_utils_test.cpp20 #define LOG_TAG "utils_test" macro
/frameworks/base/cmds/ip-up-vpn/
H A Dip-up-vpn.c31 #define LOG_TAG "ip-up-vpn" macro
/frameworks/base/cmds/screenshot/
H A Dscreenshot.c15 #define LOG_TAG "screenshot" macro
/frameworks/base/cmds/servicemanager/
H A Dbinder.c17 #define LOG_TAG "Binder" macro
H A Dservice_manager.c17 #define LOG_TAG "ServiceManager" macro
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp9 #define LOG_TAG "sysproc" macro
/frameworks/base/cmds/system_server/
H A Dsystem_main.cpp10 #define LOG_TAG "sysproc" macro
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java340 private static final String LOG_TAG = "AccessibilityService"; field in class:AccessibilityService
443 Log.w(LOG_TAG, "Error while calling performGlobalAction", re);
466 Log.w(LOG_TAG, "Error while getting AccessibilityServiceInfo", re);
499 Log.w(LOG_TAG, "Error while setting AccessibilityServiceInfo", re);
615 Log.w(LOG_TAG, "Unknown message type " + message.what);
H A DUiTestAutomationBridge.java51 private static final String LOG_TAG = UiTestAutomationBridge.class.getSimpleName(); field in class:UiTestAutomationBridge
238 Log.e(LOG_TAG, "Error while unregistering UiTestAutomationService", re);
/frameworks/base/core/java/android/app/
H A DSearchDialog.java64 private static final String LOG_TAG = "SearchDialog"; field in class:SearchDialog
251 Log.d(LOG_TAG, "show(" + componentName + ", "
440 Log.d(LOG_TAG, "Using app-specific icon");
443 Log.w(LOG_TAG, mLaunchComponent + " not found, using generic app icon");
463 if (DBG) Log.d(LOG_TAG, "Using badge icon: " + mSearchable.getIconId());
467 if (DBG) Log.d(LOG_TAG, "Using badge label: " + mSearchable.getLabelId());
488 if (DBG) Log.d(LOG_TAG, "Pop-up not showing and outside of search plate.");
550 Log.d(LOG_TAG, "launching " + intent);
561 Log.e(LOG_TAG, "Failed launch activity: " + intent, ex);
H A DSearchableInfo.java55 private static final String LOG_TAG = "SearchableInfo"; field in class:SearchableInfo
263 Log.e(LOG_TAG, "Package not found " + activity.getPackageName());
265 Log.e(LOG_TAG, "Can't make context for " + activity.getPackageName(), e);
522 Log.e(LOG_TAG, "Couldn't create package context for user " + userId);
538 Log.d(LOG_TAG, "Checked " + activityInfo.name
547 Log.d(LOG_TAG, "Checked " + activityInfo.name + ", no searchable meta-data");
580 Log.w(LOG_TAG, "Invalid searchable metadata for " +
595 Log.w(LOG_TAG, "Invalid action key for " +
605 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e);
608 Log.w(LOG_TAG, "Readin
[all...]
/frameworks/base/core/java/android/gesture/
H A DGesture.java294 Log.e(GestureConstants.LOG_TAG, "Error reading Gesture from parcel:", e);
323 Log.e(GestureConstants.LOG_TAG, "Error writing Gesture to parcel:", e);
H A DGestureConstants.java25 static final String LOG_TAG = "Gestures"; field in interface:GestureConstants
H A DGestureLibraries.java82 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
84 Log.d(LOG_TAG, "Could not save the gesture library in " + mPath, e);
98 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
100 Log.d(LOG_TAG, "Could not load the gesture library from " + mPath, e);
135 Log.d(LOG_TAG, "Could not load the gesture library from raw resource " +
H A DGestureStore.java34 import static android.gesture.GestureConstants.LOG_TAG;
262 Log.d(LOG_TAG, "Saving gestures library = " + (end - start) + " ms");
299 Log.d(LOG_TAG, "Loading gestures library = " + (end - start) + " ms");
H A DGestureUtils.java57 Log.e(LOG_TAG, "Could not close stream", e);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java178 private static final String LOG_TAG = "AsyncTask"; field in class:AsyncTask
297 android.util.Log.w(LOG_TAG, e);
H A DBundle.java35 private static final String LOG_TAG = "Bundle"; field in class:Bundle
160 Log.w(LOG_TAG, "getPairValue() used on Bundle with multiple pairs.");
785 Log.w(LOG_TAG, sb.toString());
786 Log.w(LOG_TAG, "Attempt to cast generated internal exception:", e);
H A DFileObserver.java76 private static final String LOG_TAG = "FileObserver"; field in class:FileObserver
127 Log.wtf(LOG_TAG, "Unhandled exception in FileObserver " + observer, throwable);
H A DProcess.java44 private static final String LOG_TAG = "Process"; field in class:Process
401 Log.e(LOG_TAG,
472 Log.e(LOG_TAG,"I/O exception on close after exception",
542 Log.e(LOG_TAG,"I/O exception on routine close", ex2);

Completed in 502 milliseconds

<<11121314151617181920>>