hiphi: Include logcat binary in TWRP
- logcat is useful for debugging issues Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com> Signed-off-by: 7Soldier <reg.fm4@gmail.com> Change-Id: I71b719c92e89a5b38e3d0fe185c3a3665a160791
This commit is contained in:
parent
f7b4fcbb50
commit
7d9289c3d2
1 changed files with 4 additions and 0 deletions
|
@ -128,3 +128,7 @@ TW_MAX_BRIGHTNESS := 2047
|
|||
TW_DEFAULT_BRIGHTNESS := 1024
|
||||
TW_FRAMERATE := 60
|
||||
TW_HAS_EDL_MODE := true
|
||||
|
||||
# Debug flags
|
||||
TWRP_INCLUDE_LOGCAT := true
|
||||
TARGET_USES_LOGD := true
|
||||
|
|
Loading…
Reference in a new issue