diff options
author | David <Davidteri91@gmail.com> | 2016-10-04 12:12:16 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | d47b20383fe206a2f5d2209039f2cd89c95a7f03 (patch) | |
tree | a844a062885b9bd9d4fe6870748f5c3a170dbf71 /rootdir/init.qcom.rc | |
parent | 00575eea94e4c78e7cce9514efe2de6f8e75b0c5 (diff) |
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 <davidteri91@gmail.com>
Signed-off-by: Nikhil Punathil <nikhilpe@gmail.com>
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |