Hi Team,
We are using NXP IMX8MP EVK for our project. We have seen that there is only 3 Build mode available for the same [eng, user, userdebug]. So what we want is to disable the debug logs [especially the boot logs] and needed adb. But by default configurations, these two wont be possible in one go. So we tried to change the value of ro.debuggable=1 to 0 [File -> out/target/product/evk_8mm/system/build.prop]. But we are still facing the same.
Could anyone help for the same?
Requirement : Adb enabled and Boot logs disabled [which is equivalent to a performance build] .
Platform : NXP IMX8M PLUS
Thanks,
Abhiram
Hi @its_abhi07
Please change ro.debuggable value in default.prop
Hi Qmiller,
Thanks for the response, we changed the value of ro.debuggable to zero for disabling the debug logs.
File = out/target/product/evk_8mp/recovery/root/default.prop
But found that still the kernel logs are there. Also this file is generated only after one initial build [default.prop]. So we changed the value after the initial build and builded again. Thats how we checked.
Is this the correct way or could you please correct if I our steps are wrong?.
Thanks,
Abhiram