go/touch_predump Test: b/318578275 Test: Locally flash to check dump_touch logs on dogfood devices Bug: 287907308 Change-Id: Ibc9df367549dd69c83936a7fd08465f7bb53ce80
13 lines
283 B
Plaintext
13 lines
283 B
Plaintext
service vendor.touch_dumpstate /vendor/bin/predump_touch.sh
|
|
class main
|
|
user system
|
|
group system shell
|
|
disabled
|
|
oneshot
|
|
|
|
on post-fs-data
|
|
mkdir /data/vendor/dump_touch 0775 system system
|
|
|
|
on property:init.svc.dumpstatez=running
|
|
start vendor.touch_dumpstate
|