You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be a change the logdw format, or we may have always had it slightly wrong but it worked with older Android versions.
I see some suggestions on the internet that the wire format is the layout of struct logger_entry_v3, which looks similar to but not the same as what we are writing:
BTW, for long term, we need to find a better solution. Currently we are relying on Android's private api (protocol between liblog and logger) which means it can break any time.
I was debugging over someone's shoulder today and their panic as written to logcat was corrupt:
There may be a change the logdw format, or we may have always had it slightly wrong but it worked with older Android versions.
I see some suggestions on the internet that the wire format is the layout of
struct logger_entry_v3
, which looks similar to but not the same as what we are writing:https://android.googlesource.com/platform/system/core/+/master/include/log/logger.h
/cc @hyangah
The text was updated successfully, but these errors were encountered: