Searched defs:LOG_TAG (Results 1 - 25 of 139) sorted by path

123456

/system/core/debuggerd/
H A Dtombstone.cpp17 #define LOG_TAG "DEBUG" macro
H A Dutility.cpp17 #define LOG_TAG "DEBUG" macro
83 __android_log_buf_write(LOG_ID_CRASH, ANDROID_LOG_INFO, LOG_TAG, buf);
/system/core/healthd/
H A DBatteryMonitor.cpp17 #define LOG_TAG "healthd" macro
70 KLOG_WARNING(LOG_TAG, "Unknown battery status '%s'\n", status);
92 KLOG_WARNING(LOG_TAG, "Unknown battery health '%s'\n", status);
106 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path.string());
235 KLOG_WARNING(LOG_TAG, "%s: Unknown power supply type\n",
268 KLOG_WARNING(LOG_TAG, "%s chg=%s%s%s\n", dmesgline,
382 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH);
513 KLOG_ERROR(LOG_TAG, "No charger supplies found\n");
515 KLOG_WARNING(LOG_TAG, "No battery devices found\n");
520 KLOG_WARNING(LOG_TAG, "BatteryStatusPat
[all...]
H A Dhealthd.cpp17 #define LOG_TAG "healthd" macro
143 KLOG_ERROR(LOG_TAG,
169 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n");
241 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n");
247 KLOG_ERROR(LOG_TAG,
255 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm fd failed\n");
265 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n");
270 KLOG_ERROR(LOG_TAG,
291 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n");
312 KLOG_ERROR(LOG_TAG,
[all...]
H A Dhealthd_mode_android.cpp17 #define LOG_TAG "healthd-android" macro
56 KLOG_ERROR(LOG_TAG,
/system/core/include/log/
H A Dlog.h66 #ifndef LOG_TAG
67 #define LOG_TAG NULL macro
73 * Simplified macro to send a verbose log message using the current LOG_TAG.
76 #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/libbacktrace/
H A DBacktraceLog.h20 #define LOG_TAG "libbacktrace" macro
/system/core/libcutils/
H A Ddebugger.c29 #define LOG_TAG "DEBUG" macro
H A Dfs.c17 #define LOG_TAG "cutils" macro
H A Dnative_handle.c17 #define LOG_TAG "NativeHandle" macro
H A Dproperties.c17 #define LOG_TAG "properties" macro
H A Dqtaguid.c19 #define LOG_TAG "qtaguid" macro
H A Dsched_policy.c17 #define LOG_TAG "SchedPolicy" macro
H A Dstr_parms.c17 #define LOG_TAG "str_params" macro
H A Dtrace.c30 #define LOG_TAG "cutils-trace" macro
/system/core/libcutils/tests/
H A DPropertiesTest.cpp17 #define LOG_TAG "Properties_test" macro
/system/core/libdiskconfig/
H A Dconfig_mbr.c18 #define LOG_TAG "config_mbr" macro
H A Ddiskconfig.c18 #define LOG_TAG "diskconfig" macro
H A Ddiskutils.c18 #define LOG_TAG "diskutils" macro
H A Ddump_diskconfig.c18 #define LOG_TAG "dump_diskconfig" macro
H A Dwrite_lst.c18 #define LOG_TAG "write_lst" macro
/system/core/libion/
H A Dion.c20 #define LOG_TAG "ion" macro
/system/core/libmemtrack/
H A Dmemtrack.c19 #define LOG_TAG "memtrack" macro
/system/core/libnativebridge/tests/
H A DNativeBridgeTest.h20 #define LOG_TAG "NativeBridge_test" macro
/system/core/libnetutils/
H A Ddhcpclient.c34 #define LOG_TAG "DHCP" macro

Completed in 132 milliseconds

123456