summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuhiro Ondo2011-09-29 10:50:43 -0500
committerWink Saville2011-09-30 13:53:09 -0500
commite65e946382033a94f99f0f05678bb1e6329e3182 (patch)
tree3dfd3ed4f866cc791837208cc714af8226cbe834
parent9892aa5d041132f1048f6707e09a434c25f06862 (diff)
downloadplatform-system-core-e65e946382033a94f99f0f05678bb1e6329e3182.tar.gz
platform-system-core-e65e946382033a94f99f0f05678bb1e6329e3182.tar.xz
platform-system-core-e65e946382033a94f99f0f05678bb1e6329e3182.zip
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
-rw-r--r--rootdir/init.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index 7b151f27f..510256580 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -397,7 +397,7 @@ service ril-daemon /system/bin/rild
397 socket rild stream 660 root radio 397 socket rild stream 660 root radio
398 socket rild-debug stream 660 radio system 398 socket rild-debug stream 660 radio system
399 user root 399 user root
400 group radio cache inet misc audio sdcard_rw 400 group radio cache inet misc audio sdcard_rw log
401 401
402service surfaceflinger /system/bin/surfaceflinger 402service surfaceflinger /system/bin/surfaceflinger
403 class main 403 class main