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