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

Commit e27bc81a authored by Yunlian Jiang's avatar Yunlian Jiang Committed by android-build-merger
Browse files

Merge "Fix warning: Called C++ object pointer is null"

am: 5d26ace4

Change-Id: I0dc3cb0f848fd0b90a3e20993b64bcf899656e6e
parents 465e8aad 5d26ace4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ media_status_t AMediaExtractor_setDataSource(AMediaExtractor *mData, const char
    jobject service = NULL;
    if (env == NULL) {
        ALOGE("setDataSource(path) must be called from Java thread");
        env->ExceptionClear();
        return AMEDIA_ERROR_UNSUPPORTED;
    }