Lines Matching refs:logging
21 In this mode ProtoLogTool transforms every ProtoLog logging call in form of:
35 logging method. The transformation is done on the source level. A hash is generated from the format
86 ProtoLog is a generic logging system created for the WindowManager project. It allows both binary a…
88 * logging system built-in the Android app,
93 for logging. This is achieved by replacing log message strings with their hashes and only loading t…
96 ### Text logging
101 ### Binary logging
108 ### Adding a new logging group or log statement
112 To add a new logging statement just add a new call to ProtoLog.x where x is a log level.
114 After doing any changes to logging groups or statements you should build the project and follow ins…
117 Use the `adb shell su root cmd window logging` command. To get help just type
118 `adb shell su root cmd window logging help`.