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

12345

/system/core/include/cutils/
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/libcorkscrew/
H A Ddemangle.c17 #define LOG_TAG "Corkscrew" macro
H A Dbacktrace-helper.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/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/libcutils/
H A Dloghack.h29 ((void)printf("cutils:" level "/" LOG_TAG ": " __VA_ARGS__))
H A Dnative_handle.c17 #define LOG_TAG "NativeHandle" macro
/system/vold/
H A DResponseCode.cpp21 #define LOG_TAG "Vold" macro
H A DNetlinkHandler.cpp22 #define LOG_TAG "Vold" macro
H A DNetlinkManager.cpp28 #define LOG_TAG "Vold" macro
H A DXwarp.cpp26 #define LOG_TAG "Vold" macro
/system/core/libsuspend/
H A Dautosuspend.c19 #define LOG_TAG "libsuspend" macro
H A Dautosuspend_autosleep.c25 #define LOG_TAG "libsuspend" macro
/system/netd/
H A DResolverController.cpp17 #define LOG_TAG "ResolverController" macro
H A Doem_iptables_hook.cpp25 #define LOG_TAG "OemIptablesHook" macro
H A DClatdController.cpp21 #define LOG_TAG "ClatdController" 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
/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",

Completed in 1484 milliseconds

12345