Home | History | Annotate | Download | only in bullhead
      1 # This file gets copied as /init.bullhead.diag.rc
      2 
      3 on post-fs-data
      4     # Modem logging collection
      5     mkdir /data/diag_logs 0777 system system
      6 
      7 on boot
      8     chmod 666 /dev/diag
      9 
     10 service cnss_diag /system/bin/cnss_diag --q
     11     class late_start
     12     user root
     13     group root
     14     oneshot
     15