Home
last modified time | relevance | path

Searched refs:LOG_TAG (Results 1 – 25 of 28) sorted by relevance

12

/development/ndk/samples/module-exports/jni/foo/
Dfoo.c13 #define LOG_TAG "libfoo" macro
14 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DRecyclingBitmapDrawable.java33 static final String LOG_TAG = "CountingBitmapDrawable"; field in RecyclingBitmapDrawable
90 Log.d(LOG_TAG, "No longer being used or cached so recycling. " in checkState()
DAsyncTask.java198 private static final String LOG_TAG = "AsyncTask"; field in AsyncTask
323 android.util.Log.w(LOG_TAG, e); in AsyncTask()
/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDecodeRunnable.java42 private static final String LOG_TAG = "PhotoDecodeRunnable"; field in PhotoDecodeRunnable
232 Log.e(LOG_TAG, "Out of memory in decode stage. Throttling."); in run()
268 Log.e(LOG_TAG, "Download failed in PhotoDecodeRunnable"); in run()
DPhotoFragment.java34 private static final String LOG_TAG = "ImageDownloaderThread"; field in PhotoFragment
138 Log.d(LOG_TAG, "onDestroyView"); in onDestroyView()
158 Log.d(LOG_TAG, "onDetach"); in onDetach()
/development/ndk/sources/android/libportable/common/include/
Dlog_portable.h68 #define LOG_TAG portable_tag() macro
70 #define LOG_TAG PORTABLE_TAG macro
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java136 private static final String LOG_TAG = "XmlDocumentProvider"; field in XmlDocumentProvider
197 Log.w(LOG_TAG, "I/O error while parsing XML " + uri, e); in query()
199 Log.w(LOG_TAG, "Error while parsing XML " + uri, e); in query()
222 Log.e(LOG_TAG, "Unable to create XmlPullParser", e); in getUriXmlPullParser()
238 Log.w(LOG_TAG, "Error while retrieving XML file " + url, e); in getUriXmlPullParser()
245 Log.w(LOG_TAG, "Error while reading XML file from " + url, e); in getUriXmlPullParser()
295 Log.w(LOG_TAG, "XML resource not found: " + resourceUri.toString(), e); in getResourceXmlPullParser()
DImageDownloader.java56 private static final String LOG_TAG = "ImageDownloader"; field in ImageDownloader
297 Log.w(LOG_TAG, "I/O error while retrieving bitmap from " + url, e); in doInBackground()
300 Log.w(LOG_TAG, "Incorrect URL: " + url); in doInBackground()
303 Log.w(LOG_TAG, "Error while retrieving bitmap from " + url, e); in doInBackground()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DTaskBackService.java39 private static final String LOG_TAG = "TaskBackService/onAccessibilityEvent"; field in TaskBackService
70 Log.e(LOG_TAG, "Text-To-Speech engine not ready. Bailing out."); in onAccessibilityEvent()
140 Log.d(LOG_TAG, utterance.toString()); in onAccessibilityEvent()
DClockBackService.java64 private static final String LOG_TAG = "ClockBackService"; field in ClockBackService
286 Log.w(LOG_TAG, "Registered for but not handling action " + action);
489 Log.i(LOG_TAG, mProvidedFeedbackType + " " + event.toString()); in onAccessibilityEvent()
/development/apps/launchperf/src/com/android/launchperf/
DNotePadLaunchPerformance.java30 public static final String LOG_TAG = "NotePadLaunchPerformance"; field in NotePadLaunchPerformance
DPhoneLaunchPerformance.java30 public static final String LOG_TAG = "PhoneLaunchPerformance"; field in PhoneLaunchPerformance
DHelloWorldLaunchPerformance.java30 public static final String LOG_TAG = "HelloWorldLaunchPerformance"; field in HelloWorldLaunchPerformance
DSimpleActivityLaunchPerformance.java30 public static final String LOG_TAG = "SimpleActivityLaunchPerformance"; field in SimpleActivityLaunchPerformance
DEmptyActivityLaunchPerformance.java30 public static final String LOG_TAG = "EmptyActivityLaunchPerformance"; field in EmptyActivityLaunchPerformance
DComplexActivityLaunchPerformance.java31 public static final String LOG_TAG = "ComplexActivityLaunchPerformance"; field in ComplexActivityLaunchPerformance
/development/ndk/platforms/android-5/samples/hello-gl2/jni/
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/apps/WidgetPreview/src/com/android/widgetpreview/
DWidgetPreviewActivity.java49 private static final String LOG_TAG = "WidgetPreviewActivity"; field in WidgetPreviewActivity
158 Log.d(LOG_TAG, "Configuration activity not found: " + e); in setAppWidget()
253 Log.d(LOG_TAG, "External storage not present"); in saveImage()
262 Log.d(LOG_TAG, "Failed to compress image"); in saveImage()
267 Log.d(LOG_TAG, "Error writing to disk: " + e); in saveImage()
274 Log.d(LOG_TAG, "Could not close file: " + e); in saveImage()
/development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
DLogBuildNumber.java36 public static final String LOG_TAG = LogBuildNumber.class.getSimpleName(); field in LogBuildNumber
106 Log.i(LOG_TAG, "Build = " + buildNum); in testDemo()
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java43 private static final String LOG_TAG = "DeviceTestRunner"; field in DeviceTestRunner
126 Log.w(LOG_TAG, String.format("%s test class is not a DeviceTest.", in doRun()
/development/samples/Home/src/com/example/android/home/
DWallpaper.java43 private static final String LOG_TAG = "Home"; field in Wallpaper
103 Log.e(LOG_TAG, "Failed to set wallpaper " + e); in selectWallpaper()
DHome.java75 private static final String LOG_TAG = "Home"; field in Home
245 Log.e(LOG_TAG, "Failed to clear wallpaper " + e); in setDefaultWallpaper()
275 Log.e(LOG_TAG, "Couldn't find or open favorites file " + favFile); in bindFavorites()
314 Log.w(LOG_TAG, "Got exception parsing favorites.", e); in bindFavorites()
316 Log.w(LOG_TAG, "Got exception parsing favorites.", e); in bindFavorites()
/development/samples/SimpleJNI/jni/
Dnative.cpp17 #define LOG_TAG "simplejni native.cpp" macro
/development/ndk/platforms/android-9/samples/native-plasma/jni/
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/ndk/platforms/android-8/samples/bitmap-plasma/jni/
Dplasma.c26 #define LOG_TAG "libplasma" macro
27 #define LOGI(...) __android_log_print(ANDROID_LOG_INFO,LOG_TAG,__VA_ARGS__)
28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)

12