copy log: add option to include logcat
Change-Id: I9689df4560d5209f385fbbc3e233859754b3ebbd
This commit is contained in:
committed by
captainthrowback
parent
2485980a9a
commit
529789380b
@@ -940,6 +940,11 @@ void DataManager::SetDefaultValues()
|
||||
|
||||
mData.SetValue("tw_enable_adb_backup", "0");
|
||||
|
||||
if (TWFunc::Path_Exists("/system/bin/logcat"))
|
||||
mConst.SetValue("tw_logcat_exists", "1");
|
||||
else
|
||||
mConst.SetValue("tw_logcat_exists", "0");
|
||||
|
||||
if (TWFunc::Path_Exists("/system/bin/magiskboot"))
|
||||
mConst.SetValue("tw_has_repack_tools", "1");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user