universal7885: Import debugging script

* https://github.com/SamarV-121/android_vendor_extra/blob/android-12.0/prebuilt/init/debugging.rc
This commit is contained in:
Gabriel2392 2021-10-22 10:34:56 +00:00 committed by roynatech2544
commit af95ebdf2b
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
9 changed files with 46 additions and 4 deletions

View file

@ -0,0 +1,17 @@
on property:sys.boot_completed=1
stop kerneld
stop logd
on post-fs-data
rm /data/kmsg.txt
rm /data/misc/logd/logcat.txt
service kerneld /system/bin/sh -c "cat /proc/kmsg > /data/kmsg.txt"
class main
user root
group system
service logcatd /system/bin/logcat -f /data/misc/logd/logcat.txt -v threadtime
class main
user root
group system