summaryrefslogtreecommitdiff
path: root/init.bullhead.diag.rc.userdebug
blob: 13d1a42dc0cb874fab6b6007aa0191f1c98da067 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file gets copied as /init.bullhead.diag.rc

on post-fs-data
    # Modem logging collection
    mkdir /data/diag_logs 0777 system system

on boot
    chmod 666 /dev/diag

service cnss_diag /system/bin/cnss_diag --q
    class late_start
    user root
    group root
    oneshot