summaryrefslogtreecommitdiffstats
path: root/mtp/MtpDebug.h
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2014-09-03 21:19:43 +0200
committerEthan Yonker <dees_troy@teamw.in>2014-09-03 21:22:50 +0200
commit6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e (patch)
tree0e655bbdc41f5f10474ddc9ebe4a77b8ea35c550 /mtp/MtpDebug.h
parentImprove error handling during MTP startup (diff)
downloadandroid_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.tar
android_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.tar.gz
android_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.tar.bz2
android_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.tar.lz
android_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.tar.xz
android_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.tar.zst
android_bootable_recovery-6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e.zip
Diffstat (limited to 'mtp/MtpDebug.h')
-rwxr-xr-xmtp/MtpDebug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mtp/MtpDebug.h b/mtp/MtpDebug.h
index 12a23ccc8..b572b3b96 100755
--- a/mtp/MtpDebug.h
+++ b/mtp/MtpDebug.h
@@ -43,6 +43,7 @@ public:
static const char* getFormatCodeName(MtpObjectFormat code);
static const char* getObjectPropCodeName(MtpPropertyCode code);
static const char* getDevicePropCodeName(MtpPropertyCode code);
+ static void enableDebug();
};