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

Commit 5e1dc29d authored by Ats Jenk's avatar Ats Jenk
Browse files

Update shell logging doc with a note about protolog fallback

ag/23356996 introduced a fallback to logcat when protolog tool is not available in SysUI-studio based builds.
Update the wmshell doc with this information.

Bug: 283499455
Change-Id: Ie8732629ed044a95acbe074cc8daed99c9f82f24
Test: treehugger
parent 58143f20
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)