diff --git a/rootdir/init-debug.rc b/rootdir/init-debug.rc index 435d4cb25..44d34d8c1 100644 --- a/rootdir/init-debug.rc +++ b/rootdir/init-debug.rc @@ -6,3 +6,6 @@ on property:persist.mmc.max_write_speed=* on property:persist.mmc.cache_size=* write /sys/block/mmcblk0/cache_size ${persist.mmc.cache_size} + +on early-init + mount debugfs debugfs /sys/kernel/debug