summaryrefslogtreecommitdiff
path: root/tools/protologtool/src/com/android
AgeCommit message (Expand)Author
2025-03-18Collect parsing errors to report them at the end Pablo Gamito
2025-03-18Handle invalid protolog message format more gracefully Pablo Gamito
2024-12-11Add linenumber to location property in protolog viewer config Pablo Gamito
2024-11-20Update ProtoLog cache updater to take an ProtoLog instance object Pablo Gamito
2024-11-01Make sure the ProtoLogTool includes all groups in the viewer config Pablo Gamito
2024-09-06Add id to LogLevel matching those in the proto objects Pablo Gamito
2024-08-16Remove registerGroups interface Pablo Gamito
2024-08-15Merge "Fix DoubleBraceInitialization errorprone issues" into aosp-main-future... Cole Faust
2024-08-09Fix DoubleBraceInitialization errorprone issues Cole Faust
2024-08-05Add logpoint location to ViewerConfigProtoBuilder output Pablo Gamito
2024-07-05Better error message Pablo Gamito
2024-07-04Always remove message string argument from processed calls Pablo Gamito
2024-07-04Add support for ProtoLogging without any source code pre-processing Pablo Gamito
2024-07-01Move ProtoLog class out of common Pablo Gamito
2024-04-03Improve performance of ProtoLog Pablo Gamito
2024-03-06Inject log group mapping into ProtoLogImpl generated classes Pablo Gamito
2024-03-06Use deterministic hash for generate ProtoLogImpl postfix Pablo Gamito
2024-02-28Increment protolog version Pablo Gamito
2024-02-22Update ProtoLogTool Pablo Gamito
2024-02-22Update ProtoLogTool commands args Pablo Gamito
2024-02-22Update ProtoLog hash function to 64 bit Pablo Gamito
2024-02-22Extract LogLevel to common package Pablo Gamito
2024-02-14Set static timestamps in protologtool output Dan Willemsen
2022-06-02Fix kotlin deprecation warnings Cole Faust
2020-08-06Move ProtoLog to shared place Hongwei Wang
2020-01-16ProtoLogTool: Fix thread pool leak on code generation exception Adrian Roos
2019-10-31ProtoLog: Add end-to-end test Adrian Roos
2019-10-31ProtoLog: Fix broken hash computation Adrian Roos
2019-10-18ProtoLog: Cache the result of ProtoLogImpl.isEnabled(ProtoLogGroup) Adrian Roos
2019-10-18protolog: improve build time of frameworks/base/services Adrian Roos
2019-10-02ProtoLog: Better behavior when parsing fails Adrian Roos
2019-09-27Informative error messages, update README Adam Pardyl
2019-09-26Remove line numbers from protolog config. Adam Pardyl
2019-09-25ProtoLog improvements Adam Pardyl
2019-09-23WindowManager ProtoLog feature Adam Pardyl
2019-09-12Workaround a bug in the JavaParser 3p library Adam Pardyl
2019-09-06Implement the ProtoLogTool Adam Pardyl