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

Commit f3571763 authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Update shell logging doc with a note about protolog fallback" into udc-qpr-dev

parents 5a961b8a 5e1dc29d
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)