Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0183b02 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 8868d129: am 1c725866: Merge "MtpDatabase JNI: Fixed incorrect method name in ALOGE."

* commit '8868d129':
  MtpDatabase JNI: Fixed incorrect method name in ALOGE.
parents 1ac54ec6 8868d129
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }