summaryrefslogtreecommitdiffstats
path: root/init.goldfish.rc
diff options
context:
space:
mode:
authorYoung-Ho Cha <ganadist@gmail.com>2013-03-10 19:52:14 +0900
committerkeunyoung <keunyoung@google.com>2013-03-14 10:28:25 -0700
commita27863d7ffb4d1915384020ab39834b0c3a05c49 (patch)
treedfb385e324e69a79ffadcf6b8d4a4b8d1e6dbeb6 /init.goldfish.rc
parent8a94683196406b83b14218d1beef66067f126a16 (diff)
downloadandroid_device_generic_goldfish-a27863d7ffb4d1915384020ab39834b0c3a05c49.tar.gz
android_device_generic_goldfish-a27863d7ffb4d1915384020ab39834b0c3a05c49.tar.bz2
android_device_generic_goldfish-a27863d7ffb4d1915384020ab39834b0c3a05c49.zip
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 'init.goldfish.rc')
-rw-r--r--init.goldfish.rc1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.goldfish.rc b/init.goldfish.rc
index a0c1c4f..1373be8 100644
--- a/init.goldfish.rc
+++ b/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