summaryrefslogtreecommitdiffstats
path: root/rootdir
diff options
context:
space:
mode:
authorYoung-Ho Cha <ganadist@gmail.com>2013-03-10 19:52:14 +0900
committerYoung-Ho Cha <ganadist@gmail.com>2013-03-10 19:52:14 +0900
commit7d312208a16a3d9bac01467369ae9b86fd0cf29b (patch)
treee1ff953f24befe81c53f4a47ab5e5ee69379ad39 /rootdir
parentfd5c6b9f137940ce2d762c85dfdb4d2f1104f2bd (diff)
downloadsystem_core-7d312208a16a3d9bac01467369ae9b86fd0cf29b.zip
system_core-7d312208a16a3d9bac01467369ae9b86fd0cf29b.tar.gz
system_core-7d312208a16a3d9bac01467369ae9b86fd0cf29b.tar.bz2
rootdir: goldfish: mount debugfs on boot time
goldfish is ported to linux-3.4 and have capability to run atrace. But can't run atrace yet because debugfs is not mounted on boot time. Change-Id: I0ce23bde3b8d1b2a88d4238272123e3ab8cb6970 Signed-off-by: Young-Ho Cha <ganadist@gmail.com>
Diffstat (limited to 'rootdir')
-rw-r--r--rootdir/etc/init.goldfish.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootdir/etc/init.goldfish.rc b/rootdir/etc/init.goldfish.rc
index a0c1c4f..1373be8 100644
--- a/rootdir/etc/init.goldfish.rc
+++ b/rootdir/etc/init.goldfish.rc
@@ -3,6 +3,7 @@ on early-init
mkdir /mnt/sdcard 0000 system system
# for backwards compatibility
symlink /mnt/sdcard /sdcard
+ mount debugfs debugfs /sys/kernel/debug
on boot
setsebool in_qemu 1