Loading cmds/stagefright/sf2.cpp +10 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ * limitations under the License. */ //#define LOG_NDEBUG 0 #define LOG_TAG "sf2" #include <utils/Log.h> #include <binder/ProcessState.h> #include <media/stagefright/foundation/hexdump.h> Loading Loading @@ -205,6 +209,12 @@ protected: } looper()->stop(); } else if (what == ACodec::kWhatError) { ALOGE("something went wrong, codec reported an error."); printf("E\n"); (new AMessage(kWhatStop, id()))->post(); } break; } Loading Loading
cmds/stagefright/sf2.cpp +10 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,10 @@ * limitations under the License. */ //#define LOG_NDEBUG 0 #define LOG_TAG "sf2" #include <utils/Log.h> #include <binder/ProcessState.h> #include <media/stagefright/foundation/hexdump.h> Loading Loading @@ -205,6 +209,12 @@ protected: } looper()->stop(); } else if (what == ACodec::kWhatError) { ALOGE("something went wrong, codec reported an error."); printf("E\n"); (new AMessage(kWhatStop, id()))->post(); } break; } Loading