Android MediaPlayer bug when using reset() and release() calls

前端 未结 4 1393
面向向阳花
面向向阳花 2021-02-07 01:06

The bug I\'m seeing is on the calls to reset() and release() never returning thus leaving my application in an indefinitely stopping state. It doesn\'t matter if I call stop() b

4条回答
  •  悲哀的现实
    2021-02-07 01:33

    I also face this issue in android 2.2, when calling MediaRecorder.release();

    Sometime it didn't response, my program flow just stuck on it. it cause my UI freeze, and bring ANR later....

    BTW, my customer says that they didn't face it when using android 2.3.3

    This: http://code.google.com/p/android/issues/detail?id=959#makechanges

    And this: http://code.google.com/p/android/issues/detail?id=5047#makechanges

提交回复
热议问题