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

Commit cffbc7d0 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

am: e27bc81a

Change-Id: Iece01d3b92b031d55b201a9964c62ef8206330fe
parents fdd8bca8 e27bc81a
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;
    }