commit | e539379edf2ef68a35e49b4a3e50e9cdbce0b516 | [log] [tgz] |
---|---|---|
author | Pavel Grafov <pgrafov@google.com> | Mon Mar 04 11:06:27 2024 +0000 |
committer | Pavel Grafov <pgrafov@google.com> | Fri Mar 08 17:55:57 2024 +0000 |
tree | aa46d8999d7c92f2118ade480578f83f9da199c0 | |
parent | 6c29e1ea04425b68ee63d9ac84ee2b1f87808bcf [diff] |
Add separate clear method for audit log callback Currently clients have to provide an executor even when callback is null which doesn't make any sense. With this CL both executor and callback are non-nullable, and instead a separate clearing method is added. + also add 'throw' before rethrowFromSystemServer Bug: 295324350 Test: atest CtsDevicePolicyTestCases:SecurityLoggingTest Change-Id: I2262a7c2d8d433220bca125570aa04dd5c1c7df7