improve dumpstate performance to 72 seconds

Bug: 259302023
Test: adb bugreport
Change-Id: I6e777e532ab09a54cec59fdb4f51c451db6f85de
This commit is contained in:
Adam Shih 2022-11-16 11:27:13 +08:00
parent f60c6d57b0
commit 5adddd397a
4 changed files with 11 additions and 0 deletions

1
private/odrefresh.te Normal file
View file

@ -0,0 +1 @@
dontaudit odrefresh property_type:file *;

View file

@ -0,0 +1,2 @@
telephony.oem.oemrilhook u:object_r:radio_service:s0

View file

@ -0,0 +1,6 @@
# b/259302023
dontaudit hal_dumpstate_default file_type:file *;
dontaudit hal_dumpstate_default fs_type:file *;
dontaudit hal_dumpstate_default file_type:dir *;
dontaudit hal_dumpstate_default fs_type:dir *;
dontaudit hal_dumpstate_default property_type:file *;

View file

@ -0,0 +1,2 @@
# b/259302023
dontaudit incidentd property_type:file *;