Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 099cbf6c authored by Jack He's avatar Jack He
Browse files

GD: Add Android error log writer to os/log.h for host

Bug: 157533831
Test: make
Tag: #gd-refactor
Change-Id: I20680ba1efd009659e3b7cd1e8eee339b445a309
parent baa495f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */