MTP: replace printfs with logcat

Change-Id: I2c30921098e2dc049dc5fc1e0a548ead33c363e0
Signed-off-by: Mike Lockwood <lockwood@android.com>
diff --git a/media/mtp/MtpCursor.cpp b/media/mtp/MtpCursor.cpp
index d63a5bf..5b6672a 100644
--- a/media/mtp/MtpCursor.cpp
+++ b/media/mtp/MtpCursor.cpp
@@ -15,8 +15,8 @@
  */
 
 #define LOG_TAG "MtpCursor"
-#include "utils/Log.h"
 
+#include "MtpDebug.h"
 #include "MtpClient.h"
 #include "MtpCursor.h"
 #include "MtpDevice.h"
@@ -24,6 +24,7 @@
 #include "MtpObjectInfo.h"
 #include "MtpStorageInfo.h"
 
+
 #include "binder/CursorWindow.h"
 
 namespace android {