Searched defs:LOG_TAG (Results 76 - 100 of 125) sorted by relevance

12345

/system/vold/
H A DFat.cpp38 #define LOG_TAG "Vold" macro
H A DLoop.cpp31 #define LOG_TAG "Vold" macro
H A DCommandListener.cpp27 #define LOG_TAG "VoldCmdListener" macro
H A DDirectVolume.cpp24 #define LOG_TAG "DirectVolume" 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/libcorkscrew/arch-mips/
H A Dbacktrace-mips.c21 #define LOG_TAG "Corkscrew" macro
/system/core/libcorkscrew/
H A Dbacktrace.c17 #define LOG_TAG "Corkscrew" macro
/system/core/libcutils/
H A Dsched_policy.c19 #define LOG_TAG "SchedPolicy" macro
H A Dstr_parms.c17 #define LOG_TAG "str_params" macro
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp27 #define LOG_TAG "CodeCache" macro
69 ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p",
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp19 #define LOG_TAG "NetlinkEvent" macro
/system/core/libutils/
H A DBasicHashtable.cpp17 #define LOG_TAG "BasicHashtable" macro
H A DBlobCache.cpp17 #define LOG_TAG "BlobCache" macro
H A DLinearAllocator.cpp26 #define LOG_TAG "LinearAllocator" macro
H A DVectorImpl.cpp17 #define LOG_TAG "Vector" macro
/system/core/libutils/tests/
H A DBasicHashtable_test.cpp17 #define LOG_TAG "BasicHashtable_test" macro
/system/extras/memtrack/
H A Dmemtrack.cpp35 #ifdef LOG_TAG
36 #undef LOG_TAG macro
38 #define LOG_TAG "MemTracker" macro
276 LOG_TAG);
/system/extras/tests/iptables/qtaguid/
H A DsocketTag.cpp33 #define LOG_TAG "socketTagTest" macro
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c65 #define LOG_TAG "wifiLoadScanAssocTest" macro
137 testSetLogCatTag(LOG_TAG);
/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp18 #define LOG_TAG "camera_metadata_tests" macro
/system/netd/
H A DDnsProxyListener.cpp31 #define LOG_TAG "DnsProxyListener" macro
H A DNatController.cpp30 #define LOG_TAG "NatController" macro
/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/libnetutils/
H A Ddhcpclient.c34 #define LOG_TAG "DHCP" macro

Completed in 313 milliseconds

12345