commit | b14e588bec4d5e39e61b020b5b575f2ce555d316 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Tue Jun 29 18:11:52 2010 -0400 |
committer | Mike Lockwood <lockwood@android.com> | Wed Jun 30 13:59:32 2010 -0400 |
tree | f4d08eaa3bd5832b3bfebbdb9d19c8fcde45b54e | |
parent | 703f87c890591e3a20ba0da237233c36a7c47bc7 [diff] [blame] |
MTP: replace printfs with logcat Change-Id: I2c30921098e2dc049dc5fc1e0a548ead33c363e0 Signed-off-by: Mike Lockwood <lockwood@android.com>
diff --git a/media/mtp/MtpUtils.cpp b/media/mtp/MtpUtils.cpp index 10ca166..ab01ef5 100644 --- a/media/mtp/MtpUtils.cpp +++ b/media/mtp/MtpUtils.cpp
@@ -14,6 +14,8 @@ * limitations under the License. */ +#define LOG_TAG "MtpUtils" + #include <stdio.h> #include <time.h>