Skip to content
Snippets Groups Projects
Commit 752bde54 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "persist.sys.boot.reason is cleared once read by bootstat"

parents 90996388 a1bce779
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,7 @@ ro.bt. u:object_r:bluetooth_prop:s0 ...@@ -70,6 +70,7 @@ ro.bt. u:object_r:bluetooth_prop:s0
ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0 ro.boot.bootreason u:object_r:bootloader_boot_reason_prop:s0
persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0 persist.sys.boot.reason u:object_r:last_boot_reason_prop:s0
sys.boot.reason u:object_r:system_boot_reason_prop:s0 sys.boot.reason u:object_r:system_boot_reason_prop:s0
sys.boot.reason.last u:object_r:last_boot_reason_prop:s0
pm. u:object_r:pm_prop:s0 pm. u:object_r:pm_prop:s0
test.sys.boot.reason u:object_r:test_boot_reason_prop:s0 test.sys.boot.reason u:object_r:test_boot_reason_prop:s0
......
...@@ -524,8 +524,8 @@ set_prop(system_server, cppreopt_prop) ...@@ -524,8 +524,8 @@ set_prop(system_server, cppreopt_prop)
# BootReceiver to read ro.boot.bootreason # BootReceiver to read ro.boot.bootreason
get_prop(system_server, bootloader_boot_reason_prop) get_prop(system_server, bootloader_boot_reason_prop)
# PowerManager to read persist.sys.boot.reason # PowerManager to read sys.boot.reason
get_prop(system_server, last_boot_reason_prop) get_prop(system_server, system_boot_reason_prop)
# Collect metrics on boot time created by init # Collect metrics on boot time created by init
get_prop(system_server, boottime_prop) get_prop(system_server, 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