summaryrefslogtreecommitdiffstats
path: root/media/mtp/MtpDeviceInfo.cpp
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-10-20 11:56:00 +0100
committerJean-Baptiste Queru <jbq@google.com>2012-01-19 14:44:31 -0800
commit3812256de32e73e38ba16e50ac0451c10223d4eb (patch)
tree36738b11682c48374dc44c0b7c2a48a04986a019 /media/mtp/MtpDeviceInfo.cpp
parentb676a05348e4c516fa8b57e33b10548e6142c3f8 (diff)
downloadframeworks_av-3812256de32e73e38ba16e50ac0451c10223d4eb.zip
frameworks_av-3812256de32e73e38ba16e50ac0451c10223d4eb.tar.gz
frameworks_av-3812256de32e73e38ba16e50ac0451c10223d4eb.tar.bz2
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF)
Change-Id: I5321ebd12e9c6248a108529e82c4e1af2a4405e3
Diffstat (limited to 'media/mtp/MtpDeviceInfo.cpp')
-rw-r--r--media/mtp/MtpDeviceInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/mtp/MtpDeviceInfo.cpp b/media/mtp/MtpDeviceInfo.cpp
index 5a9322e..108e2b8 100644
--- a/media/mtp/MtpDeviceInfo.cpp
+++ b/media/mtp/MtpDeviceInfo.cpp
@@ -88,9 +88,9 @@ void MtpDeviceInfo::read(MtpDataPacket& packet) {
}
void MtpDeviceInfo::print() {
- LOGV("Device Info:\n\tmStandardVersion: %d\n\tmVendorExtensionID: %d\n\tmVendorExtensionVersiony: %d\n",
+ ALOGV("Device Info:\n\tmStandardVersion: %d\n\tmVendorExtensionID: %d\n\tmVendorExtensionVersiony: %d\n",
mStandardVersion, mVendorExtensionID, mVendorExtensionVersion);
- LOGV("\tmVendorExtensionDesc: %s\n\tmFunctionalCode: %d\n\tmManufacturer: %s\n\tmModel: %s\n\tmVersion: %s\n\tmSerial: %s\n",
+ ALOGV("\tmVendorExtensionDesc: %s\n\tmFunctionalCode: %d\n\tmManufacturer: %s\n\tmModel: %s\n\tmVersion: %s\n\tmSerial: %s\n",
mVendorExtensionDesc, mFunctionalCode, mManufacturer, mModel, mVersion, mSerial);
}