0 - adb root && adb shell 1 - mount -t debugfs /d /d 2 - cd /d/osip 3 - cat cmdline # copy the current command line 4 - echo <old command line> slub_debug=FPZU > cmdline 5 - cat cmdline # check that it finishes with "slub_debug=FPZU" 6 - reboot
0 - adb root && adb shell 1 - mount -t debugfs /d /d 2 - cd /d/osip 3 - cat cmdline # copy the current command line 4 - echo <old command line> slub_debug=FPZU > cmdline 5 - cat cmdline # check that it finishes with "slub_debug=FPZU" 6 - reboot