Loading media/libmediaplayerservice/TestPlayerStub.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ status_t TestPlayerStub::resetInternal() mContentUrl = NULL; if (mPlayer) { LOG_ASSERT(mDeletePlayer != NULL); LOG_ASSERT(mDeletePlayer != NULL, "mDeletePlayer is null"); (*mDeletePlayer)(mPlayer); mPlayer = NULL; } Loading Loading
media/libmediaplayerservice/TestPlayerStub.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -176,7 +176,7 @@ status_t TestPlayerStub::resetInternal() mContentUrl = NULL; if (mPlayer) { LOG_ASSERT(mDeletePlayer != NULL); LOG_ASSERT(mDeletePlayer != NULL, "mDeletePlayer is null"); (*mDeletePlayer)(mPlayer); mPlayer = NULL; } Loading