pili-engineering / PLDroidPlayer

PLDroidPlayer 是七牛推出的一款免费的适用于 Android 平台的播放器 SDK,采用全自研的跨平台播放内核,拥有丰富的功能和优异的性能,可高度定制化和二次开发。
https://developer.qiniu.com/pili/sdk/1210/the-android-client-sdk
4.54k stars 956 forks source link

播放rtmp直播流时偶尔com.qiniu.qplayer.mediaEngine.MediaPlayer.nativeUninit fatal,错误来自libQPlayer.so,看调用栈是销毁播放器时报错了 #1290

Open 451215112 opened 1 year ago

451215112 commented 1 year ago

报错信息如下, 95 F/DEBUG (11169): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- 04-26 12:19:11.395 F/DEBUG (11169): Abort message: '/Volumes/Android/buildbot/src/android/ndk-r14-release/external/libcxx/../../external/libcxxabi/src/abort_message.cpp:74: void abort_message(const char , ...): assertion "terminating with uncaught exception of type St9bad_alloc: std::bad_alloc" failed' 04-26 12:19:11.396 F/DEBUG (11169): r0 00000000 r1 000029f2 r2 00000006 r3 a56a98c8 04-26 12:19:11.396 F/DEBUG (11169): r4 000029f2 r5 000029f2 r6 bb86d3b4 r7 0000010c 04-26 12:19:11.396 F/DEBUG (11169): r8 82021d4d r9 bb86e0b4 r10 00000000 r11 bb86ea84 04-26 12:19:11.396 F/DEBUG (11169): ip 00000041 sp bb86d3a0 lr a563808d pc a562fe1a 04-26 12:19:11.873 F/DEBUG (11169): 04-26 12:19:11.873 F/DEBUG (11169): backtrace: 04-26 12:19:11.873 F/DEBUG (11169): #00 pc 0001ce1a /system/lib/libc.so (abort+62) 04-26 12:19:11.873 F/DEBUG (11169): #01 pc 0001d07f /system/lib/libc.so (assert2+22) 04-26 12:19:11.873 F/DEBUG (11169): #02 pc 002d791d /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.873 F/DEBUG (11169): #03 pc 002d79e7 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.873 F/DEBUG (11169): #04 pc 002d5c81 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.874 F/DEBUG (11169): #05 pc 002d5611 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so (cxa_throw+96) 04-26 12:19:11.874 F/DEBUG (11169): #06 pc 002cfa83 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so (operator new(unsigned int)+54) 04-26 12:19:11.874 F/DEBUG (11169): #07 pc 00050d33 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.874 F/DEBUG (11169): #08 pc 00090155 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.874 F/DEBUG (11169): #09 pc 0009a997 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.874 F/DEBUG (11169): #10 pc 0009cd91 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/lib/arm/libQPlayer.so 04-26 12:19:11.874 F/DEBUG (11169): #11 pc 000212a3 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.odex (offset 0x1f000) (com.qiniu.qplayer.mediaEngine.MediaPlayer.nativeUninit+82) 04-26 12:19:11.874 F/DEBUG (11169): #12 pc 00417f75 /system/lib/libart.so (art_quick_invoke_stub_internal+68) 04-26 12:19:11.874 F/DEBUG (11169): #13 pc 003f150f /system/lib/libart.so (art_quick_invoke_stub+226) 04-26 12:19:11.874 F/DEBUG (11169): #14 pc 000a1031 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+136) 04-26 12:19:11.874 F/DEBUG (11169): #15 pc 001e8a25 /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+232) 04-26 12:19:11.874 F/DEBUG (11169): #16 pc 001e3701 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+776) 04-26 12:19:11.874 F/DEBUG (11169): #17 pc 003ecfc9 /system/lib/libart.so (MterpInvokeDirect+196) 04-26 12:19:11.874 F/DEBUG (11169): #18 pc 0040ad14 /system/lib/libart.so (ExecuteMterpImpl+14484) 04-26 12:19:11.874 F/DEBUG (11169): #19 pc 002dc148 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.qiniu.qplayer.mediaEngine.MediaPlayer.release+118) 04-26 12:19:11.875 F/DEBUG (11169): #20 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.875 F/DEBUG (11169): #21 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.875 F/DEBUG (11169): #22 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.875 F/DEBUG (11169): #23 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.875 D/fpp_panel( 3410): fpp_panel_getInfo, eType = 1 04-26 12:19:11.875 F/DEBUG (11169): #24 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.875 D/fpp_panel( 3410): fpp_panel_getInfo, AML_HAL_PANEL_GetInfo from last time. 04-26 12:19:11.875 D/fpp_panel( 3410): fpp_panel_getInfo, eType = 1 04-26 12:19:11.875 F/DEBUG (11169): #25 pc 002d4a02 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.pili.pldroid.player.PLMediaPlayer.release+22) 04-26 12:19:11.875 D/fpp_panel( 3410): fpp_panel_getInfo, AML_HAL_PANEL_GetInfo from last time. 04-26 12:19:11.875 F/DEBUG (11169): #26 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.875 F/DEBUG (11169): #27 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.875 D/fpp_signal( 3410): fpp_signal_get_format, u32HResolution: 1920, u32VResolution: 1080, u32FrameRate: 5000, bInterlaced:1 04-26 12:19:11.875 F/DEBUG (11169): #28 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.875 F/DEBUG (11169): #29 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.875 F/DEBUG (11169): #30 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.875 F/DEBUG (11169): #31 pc 002d83ba /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.pili.pldroid.player.widget.PLBaseVideoView.release+64) 04-26 12:19:11.875 F/DEBUG (11169): #32 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.876 F/DEBUG (11169): #33 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.876 F/DEBUG (11169): #34 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.876 F/DEBUG (11169): #35 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.876 F/DEBUG (11169): #36 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.876 F/DEBUG (11169): #37 pc 002d8796 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.pili.pldroid.player.widget.PLBaseVideoView.stopPlayback) 04-26 12:19:11.876 F/DEBUG (11169): #38 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.876 F/DEBUG (11169): #39 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.876 F/DEBUG (11169): #40 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.876 F/DEBUG (11169): #41 pc 003ec64d /system/lib/libart.so (MterpInvokeSuper+1096) 04-26 12:19:11.876 F/DEBUG (11169): #42 pc 0040ac94 /system/lib/libart.so (ExecuteMterpImpl+14356) 04-26 12:19:11.876 F/DEBUG (11169): #43 pc 002d9cb2 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.pili.pldroid.player.widget.PLVideoView.stopPlayback) 04-26 12:19:11.876 F/DEBUG (11169): #44 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.876 F/DEBUG (11169): #45 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.877 F/DEBUG (11169): #46 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.877 F/DEBUG (11169): #47 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.877 F/DEBUG (11169): #48 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.877 F/DEBUG (11169): #49 pc 002f3394 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.tcl.eshow.component.RtmpLivePLPlayView.stopPlayback+62) 04-26 12:19:11.877 F/DEBUG (11169): #50 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.877 F/DEBUG (11169): #51 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.877 F/DEBUG (11169): #52 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.877 F/DEBUG (11169): #53 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.877 F/DEBUG (11169): #54 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.877 F/DEBUG (11169): #55 pc 002f5830 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.tcl.eshow.component.VideoLayout.stop+38) 04-26 12:19:11.877 F/DEBUG (11169): #56 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.877 F/DEBUG (11169): #57 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.878 F/DEBUG (11169): #58 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.878 F/DEBUG (11169): #59 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.878 F/DEBUG (11169): #60 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.878 F/DEBUG (11169): #61 pc 00304ee6 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.tcl.eshow.play.ViewManager.stopVideos+80) 04-26 12:19:11.878 F/DEBUG (11169): #62 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.878 F/DEBUG (11169): #63 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.878 F/DEBUG (11169): #64 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.878 F/DEBUG (11169): #65 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.878 F/DEBUG (11169): #66 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.878 F/DEBUG (11169): #67 pc 00304c42 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.tcl.eshow.play.ViewManager.stopPlay+6) 04-26 12:19:11.878 F/DEBUG (11169): #68 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.878 F/DEBUG (11169): #69 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.878 F/DEBUG (11169): #70 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.878 F/DEBUG (11169): #71 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.879 F/DEBUG (11169): #72 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.879 F/DEBUG (11169): #73 pc 00303798 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.tcl.eshow.play.ViewManager.showViewAndPlay+14) 04-26 12:19:11.879 F/DEBUG (11169): #74 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.879 F/DEBUG (11169): #75 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.879 F/DEBUG (11169): #76 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.879 F/DEBUG (11169): #77 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.879 F/DEBUG (11169): #78 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.879 F/DEBUG (11169): #79 pc 002dedd6 /data/app/com.tcl.eshow-ALRBB8f-xbpMXOj6wW_izg==/oat/arm/base.vdex (com.tcl.eshow.EShowActivity$MyUIHandler.handleMessage+554) 04-26 12:19:11.879 F/DEBUG (11169): #80 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.879 F/DEBUG (11169): #81 pc 001cc893 /system/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame)+82) 04-26 12:19:11.879 F/DEBUG (11169): #82 pc 003df97b /system/lib/libart.so (artQuickToInterpreterBridge+890) 04-26 12:19:11.879 F/DEBUG (11169): #83 pc 0041c4ff /system/lib/libart.so (art_quick_to_interpreter_bridge+30) 04-26 12:19:11.879 F/DEBUG (11169): #84 pc 0001d8bf /dev/ashmem/dalvik-jit-code-cache (deleted) (android.os.Handler.dispatchMessage+126) 04-26 12:19:11.880 F/DEBUG (11169): #85 pc 00417f75 /system/lib/libart.so (art_quick_invoke_stub_internal+68) 04-26 12:19:11.880 F/DEBUG (11169): #86 pc 003f150f /system/lib/libart.so (art_quick_invoke_stub+226) 04-26 12:19:11.880 F/DEBUG (11169): #87 pc 000a1031 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+136) 04-26 12:19:11.880 F/DEBUG (11169): #88 pc 001e8a25 /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+232) 04-26 12:19:11.880 F/DEBUG (11169): #89 pc 001e3701 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+776) 04-26 12:19:11.880 F/DEBUG (11169): #90 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.880 F/DEBUG (11169): #91 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.880 F/DEBUG (11169): #92 pc 00ae4158 /system/framework/boot-framework.vdex (android.os.Looper.loop+444) 04-26 12:19:11.880 F/DEBUG (11169): #93 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.880 F/DEBUG (11169): #94 pc 001cc947 /system/lib/libart.so (art::interpreter::ArtInterpreterToInterpreterBridge(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame, art::JValue)+146) 04-26 12:19:11.880 F/DEBUG (11169): #95 pc 001e36eb /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+754) 04-26 12:19:11.880 F/DEBUG (11169): #96 pc 003ed113 /system/lib/libart.so (MterpInvokeStatic+130) 04-26 12:19:11.880 F/DEBUG (11169): #97 pc 0040ad94 /system/lib/libart.so (ExecuteMterpImpl+14612) 04-26 12:19:11.881 F/DEBUG (11169): #98 pc 00393d8e /system/framework/boot-framework.vdex (android.app.ActivityThread.main+214) 04-26 12:19:11.881 F/DEBUG (11169): #99 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.881 F/DEBUG (11169): #100 pc 001cc893 /system/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame)+82) 04-26 12:19:11.881 F/DEBUG (11169): #101 pc 003df97b /system/lib/libart.so (artQuickToInterpreterBridge+890) 04-26 12:19:11.881 F/DEBUG (11169): #102 pc 0041c4ff /system/lib/libart.so (art_quick_to_interpreter_bridge+30) 04-26 12:19:11.881 F/DEBUG (11169): #103 pc 00417f75 /system/lib/libart.so (art_quick_invoke_stub_internal+68) 04-26 12:19:11.881 F/DEBUG (11169): #104 pc 003f1613 /system/lib/libart.so (art_quick_invoke_static_stub+222) 04-26 12:19:11.881 F/DEBUG (11169): #105 pc 000a1043 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+154) 04-26 12:19:11.881 F/DEBUG (11169): #106 pc 00350c8d /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+52) 04-26 12:19:11.881 F/DEBUG (11169): #107 pc 003520d5 /system/lib/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jobject, _jobject, unsigned int)+960) 04-26 12:19:11.881 F/DEBUG (11169): #108 pc 00302e01 /system/lib/libart.so (art::Method_invoke(_JNIEnv, _jobject, _jobject, _jobjectArray)+40) 04-26 12:19:11.881 F/DEBUG (11169): #109 pc 001131ff /system/framework/arm/boot.oat (offset 0x10d000) (java.lang.Class.getDeclaredMethodInternal [DEDUPED]+110) 04-26 12:19:11.881 F/DEBUG (11169): #110 pc 00417f75 /system/lib/libart.so (art_quick_invoke_stub_internal+68) 04-26 12:19:11.882 F/DEBUG (11169): #111 pc 003f150f /system/lib/libart.so (art_quick_invoke_stub+226) 04-26 12:19:11.882 F/DEBUG (11169): #112 pc 000a1031 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+136) 04-26 12:19:11.882 F/DEBUG (11169): #113 pc 001e8a25 /system/lib/libart.so (art::interpreter::ArtInterpreterToCompiledCodeBridge(art::Thread, art::ArtMethod, art::ShadowFrame, unsigned short, art::JValue)+232) 04-26 12:19:11.882 F/DEBUG (11169): #114 pc 001e3701 /system/lib/libart.so (bool art::interpreter::DoCall<false, false>(art::ArtMethod, art::Thread, art::ShadowFrame&, art::Instruction const, unsigned short, art::JValue)+776) 04-26 12:19:11.882 F/DEBUG (11169): #115 pc 003ec137 /system/lib/libart.so (MterpInvokeVirtual+442) 04-26 12:19:11.882 F/DEBUG (11169): #116 pc 0040ac14 /system/lib/libart.so (ExecuteMterpImpl+14228) 04-26 12:19:11.882 F/DEBUG (11169): #117 pc 00c069be /system/framework/boot-framework.vdex (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+22) 04-26 12:19:11.882 F/DEBUG (11169): #118 pc 001c8079 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadERKNS_20CodeItemDataAccessorERNS_11ShadowFrameENS_6JValueEb.llvm.2933927901+352) 04-26 12:19:11.882 F/DEBUG (11169): #119 pc 001cc893 /system/lib/libart.so (art::interpreter::EnterInterpreterFromEntryPoint(art::Thread, art::CodeItemDataAccessor const&, art::ShadowFrame)+82) 04-26 12:19:11.882 F/DEBUG (11169): #120 pc 003df97b /system/lib/libart.so (artQuickToInterpreterBridge+890) 04-26 12:19:11.882 F/DEBUG (11169): #121 pc 0041c4ff /system/lib/libart.so (art_quick_to_interpreter_bridge+30) 04-26 12:19:11.882 F/DEBUG (11169): #122 pc 00a24005 /system/framework/arm/boot-framework.oat (offset 0x3b3000) (com.android.internal.os.ZygoteInit.main+3012) 04-26 12:19:11.882 F/DEBUG (11169): #123 pc 00417f75 /system/lib/libart.so (art_quick_invoke_stub_internal+68) 04-26 12:19:11.883 F/DEBUG (11169): #124 pc 003f1613 /system/lib/libart.so (art_quick_invoke_static_stub+222) 04-26 12:19:11.883 F/DEBUG (11169): #125 pc 000a1043 /system/lib/libart.so (art::ArtMethod::Invoke(art::Thread, unsigned int, unsigned int, art::JValue, char const)+154) 04-26 12:19:11.883 F/DEBUG (11169): #126 pc 00350c8d /system/lib/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod, art::(anonymous namespace)::ArgArray, art::JValue, char const)+52) 04-26 12:19:11.883 F/DEBUG (11169): #127 pc 00350aa9 /system/lib/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject, _jmethodID, std::__va_list)+304) 04-26 12:19:11.883 F/DEBUG (11169): #128 pc 00294bc5 /system/lib/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv, _jclass, _jmethodID, std::__va_list)+476) 04-26 12:19:11.883 F/DEBUG (11169): #129 pc 0006d603 /system/lib/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass, _jmethodID, ...)+38) 04-26 12:19:11.883 F/DEBUG (11169): #130 pc 0006f82b /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector const&, bool)+462) 04-26 12:19:11.883 F/DEBUG (11169): #131 pc 0000198d /system/bin/app_process32 (main+724) 04-26 12:19:11.883 F/DEBUG (11169): #132 pc 00088f05 /system/lib/libc.so (libc_init+48) 04-26 12:19:11.883 F/DEBUG (11169): #133 pc 00001677 /system/bin/app_process32 (_start_main+46) 04-26 12:19:11.883 F/DEBUG (11169): #134 pc 00017fbb /system/bin/linker (dl__ZN6soinfoD1Ev+14) 04-26 12:19:11.883 F/DEBUG (11169): #135 pc 007fe888 [stack:bb074000]

AstaTus commented 10 months ago

QPlayer已停止更新,请移步QPlayer2