且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

(Android版)在/system/lib/libhoudini.so本地崩溃华硕手机

更新时间:2022-12-30 21:39:49

我不认为这是什么,你能避免自己。这是从设备和OS不是你的应用程序直接崩溃。

我虽然有这个问题,以及,它不一定与你的应用程序有问题。这款手机可以做很多在这导致操作系统中的东西崩溃后台的事情,但你的应用程序以某种方式收到崩溃报告,不知道为什么,我猜,因为你的应用程序是在前台当操作系统内的东西坠毁,您的应用程序收到了崩溃的信息。

I received crash errors very much from user at Google Play. And all those error occur on Asus phone ( Asus zenfone 4,5,6 and fonepad 7).

I don't known what those error is and how do i can fix those errors.

Hope someone can help me.

Log:

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'asus/WW_ZenFone/ASUS_T00I:4.3/JSS15Q/WW_ZenFone-V4.1.0-20140428:user/release-keys'
Revision: '0'
pid: 6848, tid: 6958, name: fusoftware.ohtv >>> com.bfusoftware.ohtv <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr dead0000
eax 00000000 ebx 00000001 ecx 65441edc edx 00000000
esi 00000008 edi 0000b0b8
xcs 00000073 xds 0000007b xes 0000007b xfs 00000043 xss 0000007b
eip 651c3325 ebp 81cb6d0c esp 81cb6ce4 flags 00210246

backtrace:
#00 pc 00142325 /system/lib/libhoudini.so.3.4.5.44375
#01 pc 00073704 /system/lib/libhoudini.so.3.4.5.44375
#02 pc 00072599 /system/lib/libhoudini.so.3.4.5.44375
#03 pc 0006ecb5 /system/lib/libhoudini.so.3.4.5.44375
#04 pc 0006eeef /system/lib/libhoudini.so.3.4.5.44375
#05 pc 0013bbc9 /system/lib/libhoudini.so.3.4.5.44375
#06 pc 00139a1e /system/lib/libhoudini.so.3.4.5.44375
#07 pc 000ffe5f [stack:6958]

I don't think this is anything you can avoid yourself. This is a direct crash from the device and the OS not your app.

I've had this as well, its not necessarily a problem with your app though. The phone could be doing lots of things in the background which causes something within the OS to crash, but your app somehow receives the crash report, not sure why, I would guess because your app was in the foreground when something within the OS crashed, your app received the crash info.