Android应用程序崩溃 - "远程异常发送setActive(false)"

时间:2016-09-16 12:20:15

标签: android android-mediaplayer android-tv

我有这个使用mediaplayer播放文件的功能

add_action("woocommerce_cart_contents", "get_cart");
function get_cart()
{
    global $woocommerce;
    // Will get you cart object
    $cart = $woocommerce->cart;
    // Will get you cart object
    $cart_total = $woocommerce->cart->get_cart_total();
}

它工作正常,但有时,如果我将损坏的文件传递给它,然后按某些键,应用程序崩溃并在调试器中出错:

enter image description here

请注意,如果我等待几秒钟,它就会崩溃并且应用程序将继续工作,只有在媒体播放器难以播放受损文件时按下某些键时才会崩溃。

我尝试了几个小时才能找到解决方案并防止应用崩溃,但我无法做到。任何帮助都将不胜感激,谢谢!

编辑1:在发生崩溃时添加错误logcat: http://pastebin.com/raw/taVyrvqM

0 个答案:

没有答案