Explorar el Código

cap_sprout: added debugging features for log

Signed-off-by: Carlo Dee <carlodee.official@proton.me>
Carlo Dee hace 2 años
padre
commit
ce7498e986
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      BoardConfig.mk

+ 5 - 1
BoardConfig.mk

@@ -118,4 +118,8 @@ TW_SCREEN_BLANK_ON_BOOT := true
 TW_INPUT_BLACKLIST := "hbtp_vm"
 TW_USE_TOOLBOX := true
 TW_INCLUDE_REPACKTOOLS := true
-TW_NO_FLASH_CURRENT_TWRP := true # For A/B devices that has dedicated recovery, removing that option in Advance.
+TW_NO_FLASH_CURRENT_TWRP := true # For A/B devices that has dedicated recovery, removing that option in Advance.
+
+# Debugging Configs
+TWRP_INCLUDE_LOGCAT := true
+TARGET_USES_LOGD := true