Loading libs/binder/trusty/include/log/log.h +4 −0 Original line number Diff line number Diff line Loading @@ -120,3 +120,7 @@ static inline void __ignore_va_args__(...) {} do { \ TLOGE("android_errorWriteLog: tag:%x subTag:%s\n", tag, subTag); \ } while (0) extern "C" inline void __assert(const char* file, int line, const char* str) { LOG_ALWAYS_FATAL("%s:%d: assertion \"%s\" failed", file, line, str); } Loading
libs/binder/trusty/include/log/log.h +4 −0 Original line number Diff line number Diff line Loading @@ -120,3 +120,7 @@ static inline void __ignore_va_args__(...) {} do { \ TLOGE("android_errorWriteLog: tag:%x subTag:%s\n", tag, subTag); \ } while (0) extern "C" inline void __assert(const char* file, int line, const char* str) { LOG_ALWAYS_FATAL("%s:%d: assertion \"%s\" failed", file, line, str); }