Loading system/gd/os/log.h +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ LOGWRAPPER(__VA_ARGS__); \ abort(); \ } while (false) #define android_errorWriteLog(tag, subTag) LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag) #endif /* LOG_VERBOE */ Loading Loading
system/gd/os/log.h +1 −0 Original line number Diff line number Diff line Loading @@ -87,6 +87,7 @@ LOGWRAPPER(__VA_ARGS__); \ abort(); \ } while (false) #define android_errorWriteLog(tag, subTag) LOG_ERROR("ERROR tag: 0x%x, sub_tag: %s", tag, subTag) #endif /* LOG_VERBOE */ Loading