summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-09-04 04:16:40 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-09-04 04:16:40 +0200
commitc8743cf5d5ff79603eb79cddd2af391e4a9f96dd (patch)
tree0c58ec8b1894b375e17427f83e6e2517a859458d
parentImprove MtpStorage handling when more than one storage is present (diff)
downloadandroid_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.tar
android_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.tar.gz
android_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.tar.bz2
android_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.tar.lz
android_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.tar.xz
android_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.tar.zst
android_bootable_recovery-c8743cf5d5ff79603eb79cddd2af391e4a9f96dd.zip
-rw-r--r--data.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.cpp b/data.cpp
index 7b85d2ca8..1ffe0f91b 100644
--- a/data.cpp
+++ b/data.cpp
@@ -999,6 +999,7 @@ void DataManager::SetDefaultValues()
#ifdef TW_HAS_MTP
mConstValues.insert(make_pair("tw_has_mtp", "1"));
mValues.insert(make_pair("tw_mtp_enabled", make_pair("1", 1)));
+ mValues.insert(make_pair("tw_mtp_debug", make_pair("0", 1)));
#else
LOGINFO("TW_EXCLUDE_MTP := true\n");
mConstValues.insert(make_pair("tw_has_mtp", "0"));