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

123

/development/ndk/samples/module-exports/jni/foo/
H A Dfoo.c13 #define LOG_TAG "libfoo" macro
14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
/development/tools/emulator/system/camera/
H A DEmulatedQemuCamera2.cpp24 #define LOG_TAG "EmulatedCamera_QemuCamera2" macro
H A DEmulatedBaseCamera.cpp28 #define LOG_TAG "EmulatedCamera_BaseCamera" macro
H A DJpegCompressor.cpp23 #define LOG_TAG "EmulatedCamera_JPEG" macro
H A DEmulatedFakeCamera.cpp23 #define LOG_TAG "EmulatedCamera_FakeCamera" macro
H A DEmulatedQemuCamera.cpp23 #define LOG_TAG "EmulatedCamera_QemuCamera" macro
/development/apps/launchperf/src/com/android/launchperf/
H A DComplexActivityLaunchPerformance.java31 public static final String LOG_TAG = "ComplexActivityLaunchPerformance"; field in class:ComplexActivityLaunchPerformance
H A DEmptyActivityLaunchPerformance.java30 public static final String LOG_TAG = "EmptyActivityLaunchPerformance"; field in class:EmptyActivityLaunchPerformance
H A DHelloWorldLaunchPerformance.java30 public static final String LOG_TAG = "HelloWorldLaunchPerformance"; field in class:HelloWorldLaunchPerformance
H A DNotePadLaunchPerformance.java30 public static final String LOG_TAG = "NotePadLaunchPerformance"; field in class:NotePadLaunchPerformance
H A DPhoneLaunchPerformance.java30 public static final String LOG_TAG = "PhoneLaunchPerformance"; field in class:PhoneLaunchPerformance
H A DSimpleActivityLaunchPerformance.java30 public static final String LOG_TAG = "SimpleActivityLaunchPerformance"; field in class:SimpleActivityLaunchPerformance
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
H A DTaskBackService.java39 private static final String LOG_TAG = "TaskBackService/onAccessibilityEvent"; field in class:TaskBackService
70 Log.e(LOG_TAG, "Text-To-Speech engine not ready. Bailing out.");
140 Log.d(LOG_TAG, utterance.toString());
/development/tools/emulator/system/qemu-props/
H A Dqemu-props.c25 #define LOG_TAG "qemu-props" macro
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
H A DXmlDocumentProvider.java136 private static final String LOG_TAG = "XmlDocumentProvider"; field in class:XmlDocumentProvider
197 Log.w(LOG_TAG, "I/O error while parsing XML " + uri, e);
199 Log.w(LOG_TAG, "Error while parsing XML " + uri, e);
222 Log.e(LOG_TAG, "Unable to create XmlPullParser", e);
238 Log.w(LOG_TAG, "Error while retrieving XML file " + url, e);
245 Log.w(LOG_TAG, "Error while reading XML file from " + url, e);
295 Log.w(LOG_TAG, "XML resource not found: " + resourceUri.toString(), e);
H A DImageDownloader.java56 private static final String LOG_TAG = "ImageDownloader"; field in class:ImageDownloader
297 Log.w(LOG_TAG, "I/O error while retrieving bitmap from " + url, e);
300 Log.w(LOG_TAG, "Incorrect URL: " + url);
303 Log.w(LOG_TAG, "Error while retrieving bitmap from " + url, e);
/development/ndk/platforms/android-5/samples/hello-gl2/jni/
H A Dgl_code.cpp29 #define LOG_TAG "libgl2jni" macro
30 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/development/tools/emulator/system/lights/
H A Dlights_qemu.c24 #ifdef LOG_TAG
25 #undef LOG_TAG macro
26 #define LOG_TAG "Lights" macro
/development/apps/WidgetPreview/src/com/android/widgetpreview/
H A DWidgetPreviewActivity.java49 private static final String LOG_TAG = "WidgetPreviewActivity"; field in class:WidgetPreviewActivity
158 Log.d(LOG_TAG, "Configuration activity not found: " + e);
253 Log.d(LOG_TAG, "External storage not present");
262 Log.d(LOG_TAG, "Failed to compress image");
267 Log.d(LOG_TAG, "Error writing to disk: " + e);
274 Log.d(LOG_TAG, "Could not close file: " + e);
/development/samples/Home/src/com/example/android/home/
H A DWallpaper.java43 private static final String LOG_TAG = "Home"; field in class:Wallpaper
103 Log.e(LOG_TAG, "Failed to set wallpaper " + e);
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
H A DLogBuildNumber.java36 public static final String LOG_TAG = LogBuildNumber.class.getSimpleName(); field in class:LogBuildNumber
106 Log.i(LOG_TAG, "Build = " + buildNum);
/development/tools/hosttestlib/src/com/android/hosttest/
H A DDeviceTestRunner.java43 private static final String LOG_TAG = "DeviceTestRunner"; field in class:DeviceTestRunner
126 Log.w(LOG_TAG, String.format("%s test class is not a DeviceTest.",
/development/samples/SimpleJNI/jni/
H A Dnative.cpp17 #define LOG_TAG "simplejni native.cpp" macro
/development/ndk/platforms/android-9/samples/native-plasma/jni/
H A Dplasma.c30 #define LOG_TAG "libplasma" macro
31 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
32 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN,LOG_TAG,__VA_ARGS__)
33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
H A DAsyncTask.java198 private static final String LOG_TAG = "AsyncTask"; field in class:AsyncTask
323 android.util.Log.w(LOG_TAG, e);

Completed in 1723 milliseconds

123