/aosp12/system/chre/util/include/chre/util/nanoapp/ |
H A D | log.h | 56 #define LOGE_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 58 #define LOGE(fmt, ...) LOGE_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 64 #define LOGW_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 66 #define LOGW(fmt, ...) LOGW_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 72 #define LOGI_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 74 #define LOGI(fmt, ...) LOGI_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 80 #define LOGD_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 82 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument 89 #define LOGV_TAG(tag, fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) argument 91 #define LOGV(fmt, ...) LOGV_TAG(LOG_TAG, fmt, ##__VA_ARGS__) argument [all …]
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | log.h | 170 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 197 #define MPL_LOGD(fmt, ...) MPL_LOG(MPL_LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) argument 199 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 215 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 219 #define MPL_LOGI(fmt, ...) MPL_LOG(MPL_LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 221 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 238 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 240 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 256 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 260 #define MPL_LOGE(fmt, ...) MPL_LOG(MPL_LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) [all …]
|
/aosp12/system/chre/platform/slpi/include/chre/target_platform/ |
H A D | log.h | 55 #define LOGE(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_ERROR, fmt, ##__VA_ARGS__) argument 56 #define LOGW(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_WARN, fmt, ##__VA_ARGS__) argument 57 #define LOGI(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_INFO, fmt, ##__VA_ARGS__) argument 58 #define LOGD(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) argument 119 #define LOGE(fmt, ...) CHRE_SLPI_LOG(ERROR, fmt, ##__VA_ARGS__) argument 120 #define LOGW(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) argument 121 #define LOGI(fmt, ...) CHRE_SLPI_LOG(MEDIUM, fmt, ##__VA_ARGS__) argument 122 #define LOGD(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) argument 123 #define LOGV(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) argument 136 #define LOGW(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_WARN, fmt, ##__VA_ARGS__) argument [all …]
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | log.h | 124 #define MPL_LOGV(fmt, ...) \ argument 132 #define MPL_LOGV(fmt, ...) \ 140 #define MPL_LOGV(fmt, ...) MPL_LOG(LOG_VERBOSE, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 164 #define MPL_LOGD(fmt, ...) MPL_LOG(LOG_DEBUG, MPL_LOG_TAG, fmt, ##__VA_ARGS__) argument 179 #define MPL_LOGI(fmt, ...) pr_info(KERN_INFO MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 181 #define MPL_LOGI(fmt, ...) MPL_LOG(LOG_INFO, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 197 #define MPL_LOGW(fmt, ...) printk(KERN_WARNING MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 199 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) 215 #define MPL_LOGE(fmt, ...) printk(KERN_ERR MPL_LOG_TAG fmt, ##__VA_ARGS__) argument 217 #define MPL_LOGE(fmt, ...) MPL_LOG(LOG_ERROR, MPL_LOG_TAG, fmt, ##__VA_ARGS__) [all …]
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/ |
H A D | mm_camera_dbg.h | 97 #define LOGD(fmt, args...) CLOGD(CAM_MODULE, fmt, ##args) argument 99 #define LOGL(fmt, args...) CLOGL(CAM_MODULE, fmt, ##args) argument 101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args) argument 103 #define LOGH(fmt, args...) CLOGH(CAM_MODULE, fmt, ##args) argument 105 #define LOGE(fmt, args...) CLOGE(CAM_MODULE, fmt, ##args) argument 123 #define LOGD(fmt, args...) ALOGD(fmt, ##args) argument 125 #define LOGL(fmt, args...) ALOGD(fmt, ##args) argument 127 #define LOGW(fmt, args...) ALOGW(fmt, ##args) argument 129 #define LOGH(fmt, args...) ALOGD(fmt, ##args) argument 131 #define LOGE(fmt, args...) ALOGE(fmt, ##args) argument [all …]
|
/aosp12/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
H A D | log.h | 39 # define err(fmt, ...) say(ctx, LOG_ERR fmt, ## __VA_ARGS__) argument 40 # define warn(fmt, ...) say(ctx, LOG_WARN fmt, ## __VA_ARGS__) argument 41 # define notice(fmt, ...) say(ctx, LOG_NOTICE fmt, ## __VA_ARGS__) argument 42 # define info(fmt, ...) say(ctx, LOG_INFO fmt, ## __VA_ARGS__) argument 44 # define dbg(fmt, ...) say(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) argument 46 # define dbg(fmt, ...) nosay(ctx, LOG_DEBUG fmt, ## __VA_ARGS__) argument 63 # define err(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument 64 # define warn(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument 65 # define notice(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument 66 # define info(fmt, ...) nosay(ctx, fmt, ## __VA_ARGS__) argument [all …]
|
/aosp12/build/soong/apex/ |
H A D | androidmk.go | 62 panic(fmt.Errorf("unknown class %d", class)) 144 fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)") 148 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir) 150 fmt.Fprintln(w, "LOCAL_MODULE :=", moduleName) 239 fmt.Fprintln(w, "LOCAL_DEX_PREOPT := false") 313 fmt.Fprintln(w, "include $(BUILD_PREBUILT)") 365 fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)") 366 fmt.Fprintln(w, "LOCAL_PATH :=", moduleDir) 376 fmt.Fprintln(w, "\ninclude $(CLEAR_VARS)") 441 fmt.Fprintln(w, ".PHONY:", goal) [all …]
|
/aosp12/system/keymaster/android_keymaster/ |
H A D | logger.cpp | 34 va_start(args, fmt); in Log() 35 int result = Log(level, fmt, args); in Log() 42 int Logger::Debug(const char* fmt, ...) { in Debug() argument 44 va_start(args, fmt); in Debug() 52 int Logger::Info(const char* fmt, ...) { in Info() argument 54 va_start(args, fmt); in Info() 55 int result = Log(INFO_LVL, fmt, args); in Info() 64 va_start(args, fmt); in Warning() 72 int Logger::Error(const char* fmt, ...) { in Error() argument 74 va_start(args, fmt); in Error() [all …]
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
H A D | IPACM_Log.h | 70 #define IPACMDBG_DMESG(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 81 perror(fmt); 82 #define IPACMERR(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 86 #define IPACMDBG_H(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 89 printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__); 91 #define PERROR(fmt) perror(fmt) argument 92 #define IPACMERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__… argument 93 #define IPACMDBG_H(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_AR… argument 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… argument [all …]
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Log.h | 70 #define IPACMDBG_DMESG(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 81 perror(fmt); 82 #define IPACMERR(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 86 #define IPACMDBG_H(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 89 printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__); 91 #define PERROR(fmt) perror(fmt) argument 92 #define IPACMERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__… argument 93 #define IPACMDBG_H(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_AR… argument 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… argument [all …]
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
H A D | IPACM_Log.h | 70 #define IPACMDBG_DMESG(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 78 #define PERROR(fmt) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 81 perror(fmt); 82 #define IPACMERR(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 86 #define IPACMDBG_H(fmt, ...) memset(buffer_send, 0, MAX_BUF_LEN);\ argument 89 printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__); 91 #define PERROR(fmt) perror(fmt) argument 92 #define IPACMERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__… argument 93 #define IPACMDBG_H(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_AR… argument 95 #define IPACMDBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS… argument [all …]
|
/aosp12/system/keymaster/include/keymaster/ |
H A D | logger.h | 40 static int Log(LogLevel level, const char* fmt, ...); 41 static int Debug(const char* fmt, ...); 42 static int Info(const char* fmt, ...); 43 static int Warning(const char* fmt, ...); 44 static int Error(const char* fmt, ...); 45 static int Severe(const char* fmt, ...); 62 #define LOG_D(fmt, ...) Logger::Debug(FILE_LINE fmt, __VA_ARGS__) argument 63 #define LOG_I(fmt, ...) Logger::Info(FILE_LINE fmt, __VA_ARGS__) argument 64 #define LOG_W(fmt, ...) Logger::Warning(FILE_LINE fmt, __VA_ARGS__) argument 65 #define LOG_E(fmt, ...) Logger::Error(FILE_LINE fmt, __VA_ARGS__) argument [all …]
|
/aosp12/hardware/libhardware/modules/camera/3_4/ |
H A D | common.h | 23 #define HAL_LOGE(fmt, args...) do { \ argument 24 ALOGE("%s:%d: " fmt, __func__, __LINE__, ##args); \ 27 #define HAL_LOGE_IF(cond, fmt, args...) do { \ argument 31 #define HAL_LOGW(fmt, args...) do { \ argument 32 ALOGW("%s:%d: " fmt, __func__, __LINE__, ##args); \ 35 #define HAL_LOGW_IF(cond, fmt, args...) do { \ argument 39 #define HAL_LOGI(fmt, args...) do { \ argument 40 ALOGI("%s:%d: " fmt, __func__, __LINE__, ##args); \ 43 #define HAL_LOGI_IF(cond, fmt, args...) do { \ argument 47 #define HAL_LOGD(fmt, args...) do { \ argument [all …]
|
/aosp12/bionic/linker/ |
H A D | linker_globals.h | 39 #define DL_ERR(fmt, x...) \ argument 44 #define DL_WARN(fmt, x...) \ argument 54 #define DL_ERR_AND_LOG(fmt, x...) \ argument 56 DL_ERR(fmt, ##x); \ 57 PRINT(fmt, ##x); \ 60 #define DL_OPEN_ERR(fmt, x...) \ argument 62 DL_ERR(fmt, ##x); \ 63 LD_LOG(kLogDlopen, fmt, ##x); \ 66 #define DL_SYM_ERR(fmt, x...) \ argument 68 DL_ERR(fmt, ##x); \ [all …]
|
/aosp12/system/nvram/core/include/nvram/core/ |
H A D | logger.h | 43 #define NVRAM_LOG_EMIT(level, fmt, ...) \ argument 44 LOG_PRI(NVRAM_ANDROID_LOG_PRI_##level, LOG_TAG, fmt, ##__VA_ARGS__) 53 #define NVRAM_LOG_EMIT(level, fmt, ...) \ argument 54 fprintf(stderr, "NVRAM: " fmt "\n", ##__VA_ARGS__) 63 #define NVRAM_LOG(level, fmt, ...) \ argument 66 NVRAM_LOG_EMIT(level, __FILE__ ":" NVRAM_STRINGIFY(__LINE__) ": " fmt, \ 72 #define NVRAM_LOG_ERR(fmt, ...) NVRAM_LOG(ERR, fmt, ##__VA_ARGS__) argument 73 #define NVRAM_LOG_WARN(fmt, ...) NVRAM_LOG(WARN, fmt, ##__VA_ARGS__) argument 74 #define NVRAM_LOG_INFO(fmt, ...) NVRAM_LOG(INFO, fmt, ##__VA_ARGS__) argument 75 #define NVRAM_LOG_DEBUG(fmt, ...) NVRAM_LOG(DEBUG, fmt, ##__VA_ARGS__) argument
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test.h | 81 fmt); in RepeatR() 88 fmt); in Repeatr() 97 fmt); in RepeatRR() 106 fmt); in RepeatRRNoDupes() 115 fmt); in Repeatrr() 124 fmt); in Repeatww() 133 fmt); in Repeatbb() 144 fmt); in RepeatRRR() 153 fmt); in Repeatrb() 162 fmt); in RepeatRr() [all …]
|
/aosp12/system/chre/platform/linux/include/chre/target_platform/ |
H A D | log.h | 32 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument 38 #define CHRE_LINUX_LOG(logLevel, levelStr, color, fmt, ...) \ argument 41 logLevel, "\e[" color "m%s %s:%d\t" fmt "\e[0m", levelStr, \ 46 #define LOGE(fmt, ...) \ argument 47 CHRE_LINUX_LOG(CHRE_LOG_ERROR, "E", "91", fmt, ##__VA_ARGS__) 48 #define LOGW(fmt, ...) \ argument 49 CHRE_LINUX_LOG(CHRE_LOG_WARN, "W", "93", fmt, ##__VA_ARGS__) 50 #define LOGI(fmt, ...) \ argument 51 CHRE_LINUX_LOG(CHRE_LOG_INFO, "I", "96", fmt, ##__VA_ARGS__) 52 #define LOGD(fmt, ...) \ argument [all …]
|
/aosp12/build/soong/cmd/soong_ui/ |
H A D | main.go | 310 fmt.Fprintln(ctx.Writer, "") 314 fmt.Fprintln(ctx.Writer, "") 362 fmt.Fprintln(ctx.Writer, "") 366 fmt.Fprintln(ctx.Writer, "") 446 fmt.Fprintln(ctx.Writer, "") 523 fmt.Fprintln(writer, "!") 525 fmt.Fprintln(writer, "!") 527 fmt.Fprintln(writer, "") 538 fmt.Fprintln(writer, "!") 540 fmt.Fprintln(writer, "!") [all …]
|
/aosp12/build/soong/cmd/extract_linker/ |
H A D | main.go | 56 fmt.Fprintln(asm, ".globl __dlwrap_linker_offset") 64 sectionName := fmt.Sprintf(".linker.sect%d", load) 65 symName := fmt.Sprintf("__dlwrap_linker_sect%d", load) 79 fmt.Sprintf("-Wl,--undefined=%s", symName), 80 fmt.Sprintf("-Wl,--section-start=%s=0x%x", 95 fmt.Fprintln(asm) 118 fmt.Fprint(asm, "\n") 120 fmt.Fprint(asm, ".byte ") 122 fmt.Fprint(asm, ",") 124 fmt.Fprintf(asm, "%d", b) [all …]
|
/aosp12/hardware/google/graphics/common/libscaler/ |
H A D | libscaler-common.h | 44 #define SC_LOGERR(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, "%s: " fmt " [%s]", __func__, ##arg… argument 45 #define SC_LOGE(fmt, args...) ((void)ALOG(LOG_ERROR, LOG_TAG, "%s: " fmt, __func__, ##args)) argument 46 #define SC_LOGI(fmt, args...) ((void)ALOG(LOG_INFO, LOG_TAG, "%s: " fmt, __func__, ##args)) argument 47 #define SC_LOGI_IF(cond, fmt, args...) do { \ argument 49 SC_LOGI(fmt, ##args); \ 51 #define SC_LOGE_IF(cond, fmt, args...) do { \ argument 53 SC_LOGE(fmt, ##args); \ 55 #define SC_LOG_ASSERT(cont, fmt, args...) ((void)ALOG_ASSERT(cond, "%s: " fmt, __func__, ##args)) argument 59 #define SC_LOGD_IF(cond, fmt, args...) do { \ argument 61 SC_LOGD(fmt, ##args); \ [all …]
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/ |
H A D | ipa_nat_logi.h | 53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ argument 54 perror(fmt); 56 #define IPAERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_… argument 59 #define IPADBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__… argument 61 #define IPADUMP(fmt, ...) printf(fmt, ##__VA_ARGS__); argument 64 #define IPADBG(fmt, ...) 65 #define IPADUMP(fmt, ...)
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/ |
H A D | ipa_nat_logi.h | 53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ argument 54 perror(fmt); 56 #define IPAERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_… argument 59 #define IPADBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__… argument 61 #define IPADUMP(fmt, ...) printf(fmt, ##__VA_ARGS__); argument 64 #define IPADBG(fmt, ...) 65 #define IPADUMP(fmt, ...)
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/inc/ |
H A D | ipa_nat_logi.h | 53 #define PERROR(fmt) printf("%s:%d %s()", __FILE__, __LINE__, __FUNCTION__);\ argument 54 perror(fmt); 56 #define IPAERR(fmt, ...) printf("ERR: %s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_… argument 59 #define IPADBG(fmt, ...) printf("%s:%d %s() " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__… argument 61 #define IPADUMP(fmt, ...) printf(fmt, ##__VA_ARGS__); argument 64 #define IPADBG(fmt, ...) 65 #define IPADUMP(fmt, ...)
|
/aosp12/system/chre/platform/android/include/chre/target_platform/ |
H A D | log.h | 29 #define CHRE_ANDROID_LOG(level, fmt, ...) \ argument 30 __android_log_print(level, ANDROID_LOG_TAG, "%s:%d\t" fmt, __FILENAME__, \ 33 #define LOGE(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_ERROR, fmt, ##__VA_ARGS__) argument 35 #define LOGW(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_WARN, fmt, ##__VA_ARGS__) argument 37 #define LOGI(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_INFO, fmt, ##__VA_ARGS__) argument 39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) argument
|
/aosp12/system/chre/chpp/platform/linux/include/chpp/platform/ |
H A D | platform_log.h | 38 #define CHPP_LINUX_LOG(level, color, fmt, ...) \ argument 42 printf("\e[" color "m%s %s:%d\t (%s) " fmt "\e[0m\n", level, __FILENAME__, \ 46 #define CHPP_LOGE(fmt, ...) CHPP_LINUX_LOG("E", "91", fmt, ##__VA_ARGS__) argument 47 #define CHPP_LOGW(fmt, ...) CHPP_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__) argument 48 #define CHPP_LOGI(fmt, ...) CHPP_LINUX_LOG("I", "96", fmt, ##__VA_ARGS__) argument 49 #define CHPP_LOGD(fmt, ...) CHPP_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) argument
|