Home
last modified time | relevance | path

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

123456

/system/core/include/log/
Dlog.h66 #ifndef LOG_TAG
67 #define LOG_TAG NULL macro
76 #define __ALOGV(...) ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__))
92 ? ((void)ALOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) \
101 #define ALOGD(...) ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__))
107 ? ((void)ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)) \
115 #define ALOGI(...) ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__))
121 ? ((void)ALOG(LOG_INFO, LOG_TAG, __VA_ARGS__)) \
129 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
135 ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
[all …]
/system/core/healthd/
Dhealthd.cpp17 #define LOG_TAG "healthd" macro
143 KLOG_ERROR(LOG_TAG, in healthd_register_event()
169 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n"); in wakealarm_set_interval()
241 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n"); in uevent_init()
247 KLOG_ERROR(LOG_TAG, in uevent_init()
255 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm fd failed\n"); in wakealarm_event()
265 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n"); in wakealarm_init()
270 KLOG_ERROR(LOG_TAG, in wakealarm_init()
291 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n"); in healthd_mainloop()
312 KLOG_ERROR(LOG_TAG, in healthd_init()
[all …]
DBatteryMonitor.cpp17 #define LOG_TAG "healthd" macro
70 KLOG_WARNING(LOG_TAG, "Unknown battery status '%s'\n", status); in getBatteryStatus()
92 KLOG_WARNING(LOG_TAG, "Unknown battery health '%s'\n", status); in getBatteryHealth()
106 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path.string()); in readFromFile()
235 KLOG_WARNING(LOG_TAG, "%s: Unknown power supply type\n", in update()
268 KLOG_WARNING(LOG_TAG, "%s chg=%s%s%s\n", dmesgline, in update()
382 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); in init()
513 KLOG_ERROR(LOG_TAG, "No charger supplies found\n"); in init()
515 KLOG_WARNING(LOG_TAG, "No battery devices found\n"); in init()
520 KLOG_WARNING(LOG_TAG, "BatteryStatusPath not found\n"); in init()
[all …]
Dhealthd_mode_android.cpp17 #define LOG_TAG "healthd-android" macro
56 KLOG_ERROR(LOG_TAG, in healthd_mode_android_init()
/system/core/libbacktrace/
DBacktraceLog.h20 #define LOG_TAG "libbacktrace" macro
/system/core/libnativebridge/tests/
DNativeBridgeTest.h20 #define LOG_TAG "NativeBridge_test" macro
/system/core/libdiskconfig/
Ddump_diskconfig.c18 #define LOG_TAG "dump_diskconfig" macro
/system/core/libsysutils/src/
DFrameworkCommand.cpp18 #define LOG_TAG "FrameworkCommand" macro
DNetlinkListener.cpp23 #define LOG_TAG "NetlinkListener" macro
DFrameworkClient.cpp6 #define LOG_TAG "FrameworkClient" macro
/system/vold/
DResponseCode.cpp21 #define LOG_TAG "Vold" macro
DNetlinkHandler.cpp22 #define LOG_TAG "Vold" macro
/system/core/libcutils/
Dloghack.h29 ((void)printf("cutils:" level "/" LOG_TAG ": " __VA_ARGS__))
Dnative_handle.c17 #define LOG_TAG "NativeHandle" macro
/system/core/include/utils/
DLog.h65 android::LogIfSlow _logIfSlow(LOG_TAG, ANDROID_LOG_DEBUG, timeoutMillis, message);
/system/netd/server/
DResolverController.cpp17 #define LOG_TAG "ResolverController" macro
DNetwork.cpp19 #define LOG_TAG "Netd" macro
Doem_iptables_hook.cpp25 #define LOG_TAG "OemIptablesHook" macro
DLocalNetwork.cpp21 #define LOG_TAG "Netd" macro
/system/core/libutils/
DLog.cpp17 #define LOG_TAG "Log" macro
DRefBase.cpp17 #define LOG_TAG "RefBase" macro
116 refs->stack.log(LOG_TAG); in ~weakref_impl()
130 refs->stack.log(LOG_TAG); in ~weakref_impl()
137 CallStack stack(LOG_TAG); in ~weakref_impl()
273 CallStack stack(LOG_TAG); in removeRef()
/system/core/libutils/tests/
DVector_test.cpp17 #define LOG_TAG "Vector_test" macro
/system/core/libsuspend/
Dautosuspend.c19 #define LOG_TAG "libsuspend" macro
/system/extras/memtrack/
Dmemtrack.cpp35 #ifdef LOG_TAG
36 #undef LOG_TAG
38 #define LOG_TAG "MemTracker" macro
276 LOG_TAG); in usage()
/system/core/debuggerd/
Dutility.cpp17 #define LOG_TAG "DEBUG" macro
83 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_INFO, LOG_TAG, buf); in _LOG()

123456