diff options
author | Kazuhiro Ondo <kazuhiro.ondo@motorola.com> | 2011-09-29 10:50:43 -0500 |
---|---|---|
committer | Wink Saville <wink@google.com> | 2011-09-30 11:53:09 -0700 |
commit | e65e946382033a94f99f0f05678bb1e6329e3182 (patch) | |
tree | 3dfd3ed4f866cc791837208cc714af8226cbe834 /rootdir | |
parent | 9892aa5d041132f1048f6707e09a434c25f06862 (diff) | |
download | system_core-e65e946382033a94f99f0f05678bb1e6329e3182.zip system_core-e65e946382033a94f99f0f05678bb1e6329e3182.tar.gz system_core-e65e946382033a94f99f0f05678bb1e6329e3182.tar.bz2 |
Add log group to rild to improve log collection on modem issue
Add log group to ril-daemon service. rild is the best place to
know the issue on the modem in many time. It would be helpful
if rild alone can capture the snapshot of logcat buffers at
the moment of problem.
Change-Id: Ie0dcda126fb748a00e650427de35541672359287
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc index 7b151f2..5102565 100644 --- a/rootdir/init.rc +++ b/rootdir/init.rc @@ -397,7 +397,7 @@ service ril-daemon /system/bin/rild socket rild stream 660 root radio socket rild-debug stream 660 radio system user root - group radio cache inet misc audio sdcard_rw + group radio cache inet misc audio sdcard_rw log service surfaceflinger /system/bin/surfaceflinger class main |