copy log: add option to include logcat

Change-Id: I9689df4560d5209f385fbbc3e233859754b3ebbd
This commit is contained in:
Captain Throwback
2021-09-07 03:03:16 +00:00
committed by captainthrowback
parent 2485980a9a
commit 529789380b
8 changed files with 47 additions and 3 deletions
+5
View File
@@ -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