summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpDevice.cpp
diff options
context:
space:
mode:
authorMike Lockwood <lockwood@android.com>2010-06-29 18:11:52 -0400
committerMike Lockwood <lockwood@android.com>2010-06-30 13:59:32 -0400
commitb14e588bec4d5e39e61b020b5b575f2ce555d316 (patch)
treef4d08eaa3bd5832b3bfebbdb9d19c8fcde45b54e /media/mtp/MtpDevice.cpp
parent703f87c890591e3a20ba0da237233c36a7c47bc7 (diff)
downloadframeworks_av-b14e588bec4d5e39e61b020b5b575f2ce555d316.zip
frameworks_av-b14e588bec4d5e39e61b020b5b575f2ce555d316.tar.gz
frameworks_av-b14e588bec4d5e39e61b020b5b575f2ce555d316.tar.bz2
MTP: replace printfs with logcat
Change-Id: I2c30921098e2dc049dc5fc1e0a548ead33c363e0 Signed-off-by: Mike Lockwood <lockwood@android.com>
Diffstat (limited to 'media/mtp/MtpDevice.cpp')
-rw-r--r--media/mtp/MtpDevice.cpp17
1 files changed, 8 insertions, 9 deletions
diff --git a/media/mtp/MtpDevice.cpp b/media/mtp/MtpDevice.cpp
index 3aa8a35..5612387 100644
--- a/media/mtp/MtpDevice.cpp
+++ b/media/mtp/MtpDevice.cpp
@@ -15,7 +15,14 @@
*/
#define LOG_TAG "MtpDevice"
-#include "utils/Log.h"
+
+#include "MtpDebug.h"
+#include "MtpDevice.h"
+#include "MtpDeviceInfo.h"
+#include "MtpObjectInfo.h"
+#include "MtpProperty.h"
+#include "MtpStorageInfo.h"
+#include "MtpStringBuffer.h"
#include <stdio.h>
#include <stdlib.h>
@@ -27,14 +34,6 @@
#include <usbhost/usbhost.h>
-#include "MtpDevice.h"
-#include "MtpDebug.h"
-#include "MtpDeviceInfo.h"
-#include "MtpObjectInfo.h"
-#include "MtpProperty.h"
-#include "MtpStorageInfo.h"
-#include "MtpStringBuffer.h"
-
namespace android {
MtpDevice::MtpDevice(struct usb_device* device, int interface,