Lines Matching refs:ProtoLog
3 Code transformation tool and viewer for ProtoLog.
21 In this mode ProtoLogTool transforms every ProtoLog logging call in form of:
23 ProtoLog.x(ProtoLogGroup.GROUP_NAME, "Format string %d %s", value1, value2);
33 where `ProtoLog`, `ProtoLogImpl` and `ProtoLogGroup` are the classes provided as arguments
82 Reads the binary ProtoLog log file and outputs a human-readable LogCat-like text log.
84 ## What is ProtoLog?
86 ProtoLog is a generic logging system created for the WindowManager project. It allows both binary a…
92 ProtoLog is designed to reduce both application size (and by that memory usage) and amount of resou…
103 Binary logs are saved as Protocol Buffers file. They can be read using the ProtoLog tool or special…
106 ## How to use ProtoLog?
112 To add a new logging statement just add a new call to ProtoLog.x where x is a log level.