Skip to content
Snippets Groups Projects
Commit 43e8fae0 authored by Keun-young Park's avatar Keun-young Park
Browse files

allow dumpstate to collect ro.boottime.*

- necessary for analyzing early boot stage

bug: 35949319
Test: check captured bugreport for ro.boottime.* in SYSTEM PROPERTIES
Change-Id: I8826abd19ac00f169841b4a7ceeb68be3405d1b9
parent afb082e3
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,6 @@ allow dumpstate storaged_exec:file rx_file_perms;
# Allow dumpstate to make binder calls to storaged service
binder_call(dumpstate, storaged)
# Collect metrics on boot time created by init
get_prop(dumpstate, boottime_prop)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment