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

123456

/system/core/include/log/
H A Dlog.h67 #ifndef LOG_TAG
68 #define LOG_TAG NULL macro
74 * Simplified macro to send a verbose log message using the current LOG_TAG.
80 #define ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
92 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
98 * Simplified macro to send a debug log message using the current LOG_TAG.
101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
107 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
112 * Simplified macro to send an info log message using the current LOG_TAG.
115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS_
[all...]
/system/core/libcorkscrew/arch-mips/
H A Dptrace-mips.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libdiskconfig/
H A Ddump_diskconfig.c18 #define LOG_TAG "dump_diskconfig" macro
H A Ddiskutils.c18 #define LOG_TAG "diskutils" macro
H A Dwrite_lst.c18 #define LOG_TAG "write_lst" macro
/system/core/libcorkscrew/
H A Ddemangle.c17 #define LOG_TAG "Corkscrew" macro
H A Dbacktrace-helper.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libsysutils/src/
H A DFrameworkCommand.cpp18 #define LOG_TAG "FrameworkCommand" macro
H A DFrameworkClient.cpp6 #define LOG_TAG "FrameworkClient" macro
H A DNetlinkListener.cpp23 #define LOG_TAG "NetlinkListener" macro
H A DServiceManager.cpp6 #define LOG_TAG "Service" macro
/system/core/include/utils/
H A DLog.h65 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
/system/core/libcutils/
H A Dloghack.h29 ((void)printf("cutils:" level "/" LOG_TAG ": " __VA_ARGS__))
H A Dnative_handle.c17 #define LOG_TAG "NativeHandle" macro
/system/core/libutils/
H A DLog.cpp17 #define LOG_TAG "Log" macro
/system/vold/
H A DResponseCode.cpp21 #define LOG_TAG "Vold" macro
H A DNetlinkHandler.cpp22 #define LOG_TAG "Vold" macro
/system/core/healthd/
H A DBatteryMonitor.cpp17 #define LOG_TAG "healthd" macro
66 KLOG_WARNING(LOG_TAG, "Unknown battery status '%s'\n", status);
88 KLOG_WARNING(LOG_TAG, "Unknown battery health '%s'\n", status);
102 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path.string());
236 KLOG_WARNING(LOG_TAG, "%s: Unknown power supply type\n",
262 KLOG_INFO(LOG_TAG, "%s chg=%s%s%s\n", dmesgline,
281 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH);
402 KLOG_ERROR(LOG_TAG, "No charger supplies found\n");
404 KLOG_WARNING(LOG_TAG, "BatteryStatusPath not found\n");
406 KLOG_WARNING(LOG_TAG, "BatteryHealthPat
[all...]
H A Dhealthd.cpp17 #define LOG_TAG "healthd" macro
89 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n");
126 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
160 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
171 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm_fd failed\n");
195 KLOG_ERROR(LOG_TAG,
205 KLOG_ERROR(LOG_TAG,
216 KLOG_ERROR(LOG_TAG,
227 KLOG_ERROR(LOG_TAG,
244 KLOG_ERROR(LOG_TAG, "healthd_mainloo
[all...]
/system/core/libsuspend/
H A Dautosuspend.c19 #define LOG_TAG "libsuspend" macro
H A Dautosuspend_autosleep.c25 #define LOG_TAG "libsuspend" macro
/system/core/libutils/tests/
H A DVector_test.cpp17 #define LOG_TAG "Vector_test" macro
/system/netd/
H A Doem_iptables_hook.cpp25 #define LOG_TAG "OemIptablesHook" macro
/system/vold/tests/
H A DVolumeManager_test.cpp19 #define LOG_TAG "VolumeManager_test" macro
/system/core/libcorkscrew/arch-x86/
H A Dptrace-x86.c17 #define LOG_TAG "Corkscrew" macro

Completed in 4516 milliseconds

123456