Mark Salyzyn | 9a38704 | 2017-10-10 14:57:12 -0700 | [diff] [blame] | 1 | # This file is the userdebug LOCAL_INIT_RC file for the bootstat command. |
2 | |||||
3 | # FOR TESTING | ||||
4 | # For devices w/o bootloader boot reason reported, mirror test boot reason | ||||
5 | # to bootloader boot reason to allow test to inject reasons | ||||
6 | on property:persist.test.boot.reason=* | ||||
7 | setprop ro.boot.bootreason ${persist.test.boot.reason} |