如何解决libstagefright.so中的崩溃?

问题描述

几天前,由于几次用户发生几次崩溃,我在Google Play上的崩溃率有所提高。我不确定为什么会发生这种情况以及如何解决它:

backtrace:
  #00  pc 000000000001de88  /system/lib64/libc.so (abort+104)
  #00  pc 0000000000007f20  /system/lib64/liblog.so (__android_log_assert+304)
  #00  pc 0000000000033620  /system/lib64/libavenhancements.so (android::ExtendedACodec::setBFrames(OMX_VIDEO_PARAM_AVCTYPE*,float,int)+428)
  #00  pc 000000000014cd98  /system/lib64/libstagefright.so (android::ACodec::setupAVCEncoderParameters(android::sp<android::AMessage> const&)+1700)
  #00  pc 0000000000146c6c  /system/lib64/libstagefright.so (android::ACodec::setupVideoEncoder(char const*,android::sp<android::AMessage> const&,android::sp<android::AMessage>&,android::sp<android::AMessage>&)+1796)
  #00  pc 0000000000030294  /system/lib64/libavenhancements.so (android::ExtendedACodec::setupVideoEncoder(char const*,android::sp<android::AMessage>&)+100)
  #00  pc 0000000000144260  /system/lib64/libstagefright.so (android::ACodec::configureCodec(char const*,android::sp<android::AMessage> const&)+4984)
  #00  pc 000000000002da28  /system/lib64/libavenhancements.so (android::ExtendedACodec::configureCodec(char const*,android::sp<android::AMessage> const&)+568)
  #00  pc 0000000000139c40  /system/lib64/libstagefright.so (android::ACodec::LoadedState::onConfigureComponent(android::sp<android::AMessage> const&)+176)
  #00  pc 00000000001399ec  /system/lib64/libstagefright.so (android::ACodec::LoadedState::onMessageReceived(android::sp<android::AMessage> const&)+476)
  #00  pc 000000000001a070  /system/lib64/libstagefright_foundation.so (android::AHierarchicalStateMachine::handleMessage(android::sp<android::AMessage> const&)+616)
  #00  pc 0000000000019908  /system/lib64/libstagefright_foundation.so (android::AHandler::deliverMessage(android::sp<android::AMessage> const&)+92)
  #00  pc 000000000001f5a4  /system/lib64/libstagefright_foundation.so (android::AMessage::deliver()+208)
  #00  pc 000000000001b8f0  /system/lib64/libstagefright_foundation.so (android::ALooper::loop()+592)
  #00  pc 0000000000011460  /system/lib64/libutils.so (android::Thread::_threadLoop(void*)+280)
  #00  pc 0000000000067e84  /system/lib64/libc.so (__pthread_start(void*)+36)
  #00  pc 000000000001f2b4  /system/lib64/libc.so (__start_thread+68)

除了小米Redmi 5 Plus,BlackBerry KEY2等外,这主要发生在eSTREAM 4K IPA1104HDW-02等设备上。

有什么想法为什么会发生和/或如何解决?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

错误1:Request method ‘DELETE‘ not supported 错误还原:...
错误1:启动docker镜像时报错:Error response from daemon:...
错误1:private field ‘xxx‘ is never assigned 按Alt...
报错如下,通过源不能下载,最后警告pip需升级版本 Requirem...