Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d312208 authored by Young-Ho Cha's avatar Young-Ho Cha
Browse files

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: default avatarYoung-Ho Cha <ganadist@gmail.com>
parent fd5c6b9f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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