How to enable the debugfs

来源:互联网 发布:程序员网上兼职平台 编辑:程序博客网 时间:2024/05/01 04:52

In kernel debug, sometimes you might need the debugfs (CONFIG_DEBUG_FS)。

you can manually mount as the commands:

adb shell> # mount -t debugfs debugfs /sys/kernel/debug

or

adb shell mount -t debugfs debugfs /sys/kernel/debug

Then you can find the debugfs under

原创粉丝点击