summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2014-03-07 19:38:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-07 19:38:56 +0000
commitdfda9b0b4703329745fc873a78034868937921ea (patch)
tree9d6c28b9585b48bccfee1e40b8c3d83852a36841 /rootdir
parent566aa4788f04742573040efd5adf00040707eb84 (diff)
parent27fd413d6d02a53c453cf926717b67e9a8d1eb32 (diff)
downloadsystem_core-dfda9b0b4703329745fc873a78034868937921ea.zip
system_core-dfda9b0b4703329745fc873a78034868937921ea.tar.gz
system_core-dfda9b0b4703329745fc873a78034868937921ea.tar.bz2
am 27fd413d: Merge "Start debuggerd64 for 64-bit processes"
* commit '27fd413d6d02a53c453cf926717b67e9a8d1eb32': Start debuggerd64 for 64-bit processes
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/init.rc3
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.rc b/rootdir/init.rc
index b175575..f5377f0 100644
--- a/rootdir/init.rc
+++ b/rootdir/init.rc
@@ -486,6 +486,9 @@ service netd /system/bin/netd
service debuggerd /system/bin/debuggerd
class main
+service debuggerd64 /system/bin/debuggerd64
+ class main
+
service ril-daemon /system/bin/rild
class main
socket rild stream 660 root radio