Loading media/mtp/MtpDevice.cpp +13 −12 Original line number Diff line number Diff line Loading @@ -263,7 +263,9 @@ void MtpDevice::close() { } void MtpDevice::print() { if (mDeviceInfo) { if (!mDeviceInfo) return; mDeviceInfo->print(); if (mDeviceInfo->mDeviceProperties) { Loading @@ -278,7 +280,6 @@ void MtpDevice::print() { } } } } if (mDeviceInfo->mPlaybackFormats) { ALOGI("***** OBJECT PROPERTIES *****\n"); Loading Loading
media/mtp/MtpDevice.cpp +13 −12 Original line number Diff line number Diff line Loading @@ -263,7 +263,9 @@ void MtpDevice::close() { } void MtpDevice::print() { if (mDeviceInfo) { if (!mDeviceInfo) return; mDeviceInfo->print(); if (mDeviceInfo->mDeviceProperties) { Loading @@ -278,7 +280,6 @@ void MtpDevice::print() { } } } } if (mDeviceInfo->mPlaybackFormats) { ALOGI("***** OBJECT PROPERTIES *****\n"); Loading