Allow debug logging of raw events to be enabled on the fly
Enabling debug logs via adb commands required a reboot of the shell. In order to debug flaky tests more easily, we allow raw event logs to be enabled and disabled without the need for a restart on debuggable builds. We limit this ability to debuggable builds ensure there is no performance overhead on user builds. This change allows us to enable more verbose logging on flaky tests that are hard to reproduce. Bug: 193231132 Test: Manual, using adb command to enable debug logs on userdebug builds Change-Id: I544dbf2ff8258e0bb202653b7ff3d3970f0b752e
Loading
Please register or sign in to comment