am 1c725866
: Merge "MtpDatabase JNI: Fixed incorrect method name in ALOGE."
* commit '1c725866da02c3e1f62fb416ea3450caed406f2a': MtpDatabase JNI: Fixed incorrect method name in ALOGE.
This commit is contained in:
@ -511,7 +511,7 @@ MtpResponseCode MyMtpDatabase::setObjectPropertyValue(MtpObjectHandle handle,
|
||||
break;
|
||||
}
|
||||
default:
|
||||
ALOGE("unsupported type in getObjectPropertyValue\n");
|
||||
ALOGE("unsupported type in setObjectPropertyValue\n");
|
||||
return MTP_RESPONSE_INVALID_OBJECT_PROP_FORMAT;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user