summaryrefslogtreecommitdiff
path: root/PermissionController/src/com/android/permissioncontroller/DumpableLog.kt
AgeCommit message (Collapse)Author
2020-05-28Merge "One time regrant auto revoked permissions" into rvc-devTreeHugger Robot
2020-05-28One time regrant auto revoked permissionsEugene Susla
This is meant to clean up the auto revoked permission for dogfooders to address known past auto revoke issues Once this reaches droidfood this should be safe to revert Test: ensure auto-revoked permissions get re-granted Bug: 153607914 Change-Id: I7ce434ec0294a1a69804571224d1e3c62d3698fd
2020-05-21Inclrease the size of log file before truncatingEugene Susla
Test: presubmit Bug: 153607914 Change-Id: Ic445ab43c80ce2d58ac10f40a4ee70ce3db56cd1
2020-05-11Dump auto revoke statePhilip P. Moltmann
- encapsulate all state intersting to auto-revoke in live-data - convert the state into proto - dump the proto The proto is more than just a fancy way of formatting data. In S the proto will be official incident report and hence accessible in tests and to automated processing. Bug: 155680199 Test: dumpsys permissionmgr Change-Id: I642dc369a9760cdce9407e82a96793fd3f4f548e
2020-05-06Dump Auto-revoke logsPhilip P. Moltmann
- Introduce dumping from PermissionControllerServiceImpl - Introduce a way to log and also store the logs for dumping later Test: adb shell dumpsys permissionmgr Bug: 155680199 Change-Id: I60128c9d027395888e22dc999051911a1fe6a034