Cita:
Originalmente Escrito por HectorSantana
jaja
me respondo a mi mismo!!! MAS CIEGO
- Deshabilitado Android Debug Logger / logcat
- Deshabilitado Samsung debug
- Deshabilitados varios debugs del kernel, estadísticas y opciones de seguimiento
|
En la página de descarga viene esta información, igual te sirve
[HOW TO ENABLE LOGCAT]
If you are a developer or want to re-enable logcat for whatever reason, do this:
adb shell
su
mount -o remount,rw /system
echo ANDROIDLOGGER >> /system/etc/tweaks.conf
mount -o remount,ro /system
Reboot and you should have it enabled.