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

Commit 032d00d4 authored by Ats Jenk's avatar Ats Jenk Committed by Automerger Merge Worker
Browse files

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

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23475877



Change-Id: I608270e8bc0f5054c1061cf554a402021e6f1fde
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 96a6eb59 f3571763
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)