diff options
| author | 2022-12-19 20:11:09 +0000 | |
|---|---|---|
| committer | 2023-01-09 13:33:18 +0000 | |
| commit | 6bb629bb0883443ebb4ce3ec27c1fecd5b898a94 (patch) | |
| tree | dace1b6e4828d3023056c843e6d61dc215e7968d /services/coverage/java | |
| parent | 188c7870661022750cf5a0f101c3c20fed62be7f (diff) | |
Refactoring to make next commit clearer
All changes included are intended not to change behavior.
The way the handler works has been changed but it shouldn't yield any
behavioral differences. The code no longer assumes a single thread and
employs @GuardedBy and synchronized to make it clear what state could be
updated by multiple threads if threading rules changed (dump() was
already a contender).
Various fields and method names have been changed to improve clarity.
Method ordering has been changed. Lint issues have been addressed.
The handler creation has been moved to the constructor to ensure code
can assume it is non-null.
Test: build / boot / treehugger
Bug: 222295093
Change-Id: Iae20955f52cdbc4c7896d31ddd84af549e9ff187
Diffstat (limited to 'services/coverage/java')
0 files changed, 0 insertions, 0 deletions