Allow debug logging of input publisher 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: I6dd97fb3b59a8d6af9e35937024af81b0134ecfb
Loading
Please register or sign in to comment