diff options
| author | LuK1337 <priv.luk@gmail.com> | 2017-02-05 20:11:00 +0000 |
|---|---|---|
| committer | Jeferson Rodrigo de Oliveira <jroliveira.oliveira301@gmail.com> | 2022-05-04 13:37:37 +0200 |
| commit | c6b6dfb2ea63506e3b213655396c0857af43b6d7 (patch) | |
| tree | f2bcdecf95f3ff141572ad5c952b022f87a486bd | |
| parent | 9405a2f854ce75ca269a9e6e4781b636de73e01b (diff) | |
victara: Remove useless debugging writes
* We don't set those:
init: write: cannot expand '${persist.sys.ssr.enable_debug}'
Change-Id: I64bfe89618744dd33a8173eaab1a4613208fc74b
| -rw-r--r-- | rootdir/etc/init.qcom.rc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f3d8087..55066e3 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -51,8 +51,6 @@ on fs on early-boot # set RLIMIT_MEMLOCK to 64MB setrlimit 8 67108864 67108864 - # Allow subsystem (modem etc) debugging - write /sys/module/subsystem_restart/parameters/enable_debug ${persist.sys.ssr.enable_debug} # Boot the audio write /sys/kernel/boot_adsp/boot 1 |
