Android Question Runtime Error

fishwolf

Well-Known Member
Licensed User
Longtime User
I have discovery some errors on google dashboard

what is the problem?

B4X:
Nokia Nokia 7 plus (B2N_sprout), 3840MB RAM, Android 10
 
Rapporto 1

"main" tid=1  Native 
 
"main" prio=5 tid=1 Native  | group="main" sCount=1 dsCount=0 flags=1 obj=0x723e4e78 self=0x732a49bc00  | sysTid=18383 nice=-4 cgrp=default sched=0/0 handle=0x732ba01ed0  | state=S schedstat=( 1259648139 1070849431 3220 ) utm=86 stm=39 core=1 HZ=100  | stack=0x7fe15b5000-0x7fe15b7000 stackSize=8192KB  | held mutexes=
 
  #00  pc 00000000000d0f48  /apex/com.android.runtime/lib64/bionic/libc.so (__epoll_pwait+8)
 
  #01  pc 00000000000180bc  /system/lib64/libutils.so (android::Looper::pollInner(int)+144)
 
  #02  pc 0000000000017f8c  /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+56)

  #03  pc 000000000013cb40  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
 
  at android.os.MessageQueue.nativePollOnce (Native method)

  at android.os.MessageQueue.next (MessageQueue.java:336)
 
  at android.os.Looper.loop (Looper.java:174)

  at android.app.ActivityThread.main (ActivityThread.java:7397)

  at java.lang.reflect.Method.invoke (Native method)

  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:492)

  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:935)
"Jit thread pool worker thread 0" tid=2  Native



























































"FinalizerDaemon" tid=9 Waiting
[
 

fishwolf

Well-Known Member
Licensed User
Longtime User
Are you using DoEvents or Msgbox in your code? It can cause such crashes.
No, i use B4A 9.80 and have convert all MsgBox in MsxBoxAsync and DoEvnets in Sleep(0)

The error don't exist on my devisec XIAMI NOTE 8 and HUAWEI P8 LITE

I have done the update with SDK Manager and i must add firebase-install component, can be this?
 
Upvote 0

fishwolf

Well-Known Member
Licensed User
Longtime User
It is a mistake not to use the latest version of B4A. First step is to upgrade.
1) When for 10.2 release?
2) In Ver. 10.0 the android 30 is not required in sdk manager, but google suggest use, Suggestion?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
When for 10.2 release?
Soon i guess as Erel wrote somewhere that the beta is not for long.

2) Use 10.2 (beta) and the new SDK.
 
Upvote 0

fishwolf

Well-Known Member
Licensed User
Longtime User
Error with new version
B4X:
Ieri, 10:23 sulla versione dell'app 
Samsung Galaxy S9+ (star2lte), 5632MB RAM, Android 10
Rapporto 1
 
android.app.RemoteServiceException: 
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2191)
  at android.os.Handler.dispatchMessage (Handler.java:107)
  at android.os.Looper.loop (Looper.java:237)
  at android.app.ActivityThread.main (ActivityThread.java:8125)
  at java.lang.reflect.Method.invoke (Native Method) 
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)
 
Upvote 0
Top