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