From d47b20383fe206a2f5d2209039f2cd89c95a7f03 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 4 Oct 2016 12:12:16 +0200 Subject: sony-common: update debugfs mount as AOSP https://android.googlesource.com/platform/system/core/+/android-6.0.1_r68/rootdir/init.rc#21 why this .... Debugfs exists as a simple way for kernel developers to make information available to user space also it is not enabled in android-6.0.1_r66 tag and not more in N but for development purposes it is needed here ..... Change-Id: Ic332aeb073edd09b38de756e89b2d98582bc5c79 Signed-off-by: David Viteri Signed-off-by: Nikhil Punathil --- rootdir/init.qcom.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rootdir') diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index a3a744d..2577e04 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -22,7 +22,7 @@ import /init.platform-common.rc import /init.camera.rc on early-init - mount debugfs debugfs /sys/kernel/debug + mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755 chown system system /sys/kernel/debug/kgsl/proc on init -- cgit v1.2.3