Loading libs/binder/liblog_stub/include/log/log.h +10 −10 Original line number Diff line number Diff line Loading @@ -60,8 +60,8 @@ int __android_log_print(int prio, const char* tag, const char* fmt, ...) std::fprintf(stderr, fmt __VA_OPT__(, ) __VA_ARGS__); \ } \ IF_ALOG(priority, tag) { \ __android_log_print(ANDROID_##priority, tag, \ tag ": " fmt "\n" __VA_OPT__(, ) __VA_ARGS__); \ __android_log_print(ANDROID_##priority, tag, "%s: " fmt "\n", \ (tag)__VA_OPT__(, ) __VA_ARGS__); \ } \ if constexpr (ANDROID_##priority == ANDROID_LOG_FATAL) std::abort(); \ } while (false) Loading Loading
libs/binder/liblog_stub/include/log/log.h +10 −10 Original line number Diff line number Diff line Loading @@ -60,8 +60,8 @@ int __android_log_print(int prio, const char* tag, const char* fmt, ...) std::fprintf(stderr, fmt __VA_OPT__(, ) __VA_ARGS__); \ } \ IF_ALOG(priority, tag) { \ __android_log_print(ANDROID_##priority, tag, \ tag ": " fmt "\n" __VA_OPT__(, ) __VA_ARGS__); \ __android_log_print(ANDROID_##priority, tag, "%s: " fmt "\n", \ (tag)__VA_OPT__(, ) __VA_ARGS__); \ } \ if constexpr (ANDROID_##priority == ANDROID_LOG_FATAL) std::abort(); \ } while (false) Loading