diff options
author | Ethan Yonker <dees_troy@teamw.in> | 2014-09-03 21:19:43 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-09-03 21:22:50 +0200 |
commit | 6d154c4fe25d1ae0b5dafaae5eff7c0102f3362e (patch) | |
tree | 0e655bbdc41f5f10474ddc9ebe4a77b8ea35c550 /mtp/MtpDebug.h | |
parent | Improve error handling during MTP startup (diff) | |
download | android_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 '')
-rwxr-xr-x | mtp/MtpDebug.h | 1 |
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(); }; |