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

Commit c6825f23 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Update shell logging doc with a note about protolog fallback"...

Merge "Merge "Update shell logging doc with a note about protolog fallback" into udc-qpr-dev am: f3571763" into udc-qpr-dev-plus-aosp
parents 61eddd37 032d00d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,8 +21,8 @@ This code itself will not compile by itself, but the `protologtool` will preproc
building to check the log state (is enabled) before printing the print format style log.

**Notes**
- ProtoLogs currently only work from soong builds (ie. via make/mp). We need to reimplement the
  tool for use with SysUI-studio
- ProtoLogs are only fully supported from soong builds (ie. via make/mp). In SysUI-studio it falls
  back to log via Logcat
- Non-text ProtoLogs are not currently supported with the Shell library (you can't view them with
  traces in Winscope)