Android Question Crash Report

ilan

Expert
Licensed User
Longtime User
hi

i have uploaded yesterday my latest b4a app and i saw some crash reports that are not very clear to me.

backtrace:
native: pc 000000000000bd4c /system/lib/libutils.so (_ZNK7android7RefBase9decStrongEPKv+11)
native: pc 0000000000011e93 /system/lib/libutils.so (_ZN7android6Looper9pollInnerEi+642)
native: pc 0000000000011b83 /system/lib/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+26)
native: pc 0000000000097881 /system/lib/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+22)
native: pc 00000000025b011d /system/framework/arm/boot-framework.oat (android.os.MessageQueue.nativePollOnce+96)
native: pc 00000000025b1639 /system/framework/arm/boot-framework.oat (android.os.MessageQueue.next+188)
native: pc 00000000025acd23 /system/framework/arm/boot-framework.oat (android.os.Looper.loop+366)
native: pc 0000000001f3c76b /system/framework/arm/boot-framework.oat (android.app.ActivityThread.main+598)
native: pc 00000000000a92c1 /system/lib/libart.so (art_quick_invoke_stub_internal+64)
native: pc 00000000004071a1 /system/lib/libart.so (art_quick_invoke_static_stub+228)
native: pc 00000000000b05df /system/lib/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+182)
native: pc 000000000031659b /system/lib/libart.so (_ZN3artL18InvokeWithArgArrayERKNS_33ScopedObjectAccessAlreadyRunnableEPNS_9ArtMethodEPNS_8ArgArrayEPNS_6JValueEPKc+58)
native: pc 000000000031790f /system/lib/libart.so (_ZN3art12InvokeMethodERKNS_33ScopedObjectAccessAlreadyRunnableEP8_jobjectS4_S4_j+766)
native: pc 00000000002be661 /system/lib/libart.so (_ZN3artL13Method_invokeEP7_JNIEnvP8_jobjectS3_S3_+40)
native: pc 0000000000606159 /system/framework/arm/boot.oat (java.lang.reflect.Method.invoke+116)
native: pc 0000000002b50989 /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run+100)
native: pc 0000000002b51ed5 /system/framework/arm/boot-framework.oat (com.android.internal.os.ZygoteInit.main+1408)
native: pc 00000000000a92c1 /system/lib/libart.so (art_quick_invoke_stub_internal+64)
native: pc 00000000004071a1 /system/lib/libart.so (art_quick_invoke_static_stub+228)
native: pc 00000000000b05df /system/lib/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+182)
native: pc 000000000031659b /system/lib/libart.so (_ZN3artL18InvokeWithArgArrayERKNS_33ScopedObjectAccessAlreadyRunnableEPNS_9ArtMethodEPNS_8ArgArrayEPNS_6JValueEPKc+58)
native: pc 00000000003163ab /system/lib/libart.so (_ZN3art17InvokeWithVarArgsERKNS_33ScopedObjectAccessAlreadyRunnableEP8_jobjectP10_jmethodIDSt9__va_list+266)
native: pc 0000000000278a17 /system/lib/libart.so (_ZN3art3JNI21CallStaticVoidMethodVEP7_JNIEnvP7_jclassP10_jmethodIDSt9__va_list+426)
native: pc 000000000006af3d /system/lib/libandroid_runtime.so
native: pc 000000000006c9b3 /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcRKNS_6VectorINS_7String8EEEb+510)
native: pc 0000000000002e87 /system/bin/app_process32
native: pc 0000000000016d69 /system/lib/libc.so (__libc_init+48)
native: pc 000000000000297c /system/bin/app_process32

it seem for me like someone tried to run my app on a emulator, could that be?
i know that my app cannot run on a emulator because a lib (or more) does not iclude an x86 library.

is this the case?

thanks, ilan

btw those are the libs that i use:

libs.png
 

ilan

Expert
Licensed User
Longtime User
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top