diff options
| author | Patrick Tjin <pattjin@google.com> | 2014-09-14 22:38:49 -0700 |
|---|---|---|
| committer | Patrick Tjin <pattjin@google.com> | 2014-09-15 15:23:39 -0700 |
| commit | d78e01fd056ec085850d0f54059bf2733be4f838 (patch) | |
| tree | 9d1887028440300b74f4a583164e84c32e0b42d2 /init.fugu.diag.rc.userdebug | |
| parent | 9994be139eb0fce59d65c98cb9180a8447659552 (diff) | |
fugu: dumpstate: add support for /dev/snd_atvr_*
Dumps /dev/snd_atvr_pcm and /dev/snd_atvr_mSBC to the dumpstate
to aid in voice search debugging.
Bug: 17501516
Change-Id: I65640dd8501a33fdfc195422ed6584843cc2fd1d
Diffstat (limited to 'init.fugu.diag.rc.userdebug')
| -rw-r--r-- | init.fugu.diag.rc.userdebug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/init.fugu.diag.rc.userdebug b/init.fugu.diag.rc.userdebug new file mode 100644 index 0000000..c068d95 --- /dev/null +++ b/init.fugu.diag.rc.userdebug @@ -0,0 +1,7 @@ +# This file gets copied as /init.fugu.diag.rc + +on boot + # Voice search logging collection + chmod 444 /dev/snd_atvr_pcm + chmod 444 /dev/snd_atvr_mSBC + chmod 444 /dev/snd_atvr_adpcm |
