Android Question Strange (?) error with msgBox from firebase crash reports

mc73

Well-Known Member
Licensed User
Longtime User
I occasionally receive this:
B4X:
Exception anywheresoftware.b4a.B4AUncaughtException:
anywheresoftware.b4a.Msgbox.msgbox (Msgbox.java:172)
anywheresoftware.b4a.keywords.Common.Msgbox2 (Common.java:443)
anywheresoftware.b4a.keywords.Common.Msgbox (Common.java:422)
mySubHere (myActivityHere.java:991)
anywheresoftware.b4a.BA.checkAndRunWaitForEvent (BA.java:240)
anywheresoftware.b4a.BA.raiseEvent2 (BA.java:180)
anywheresoftware.b4a.keywords.Common$11.run (Common.java:1154)
android.os.Handler.handleCallback (Handler.java:815)
android.os.Handler.dispatchMessage (Handler.java:104)
android.os.Looper.loop (Looper.java:207)
android.app.ActivityThread.main (ActivityThread.java:5811)
java.lang.reflect.Method.invoke (Method.java)
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:907)
com.android.internal.os.ZygoteInit.main (ZygoteInit.java:768)

The line of code producing this error is a simple msgBox.
I found no way to reproduce this error to all my testing devices.
Is it something to do with not using asyncMsgBox?
 

mc73

Well-Known Member
Licensed User
Longtime User
Thank you, I will try that immediately However I would like to know the cause, just out of curiosity
 
Upvote 0

panagiotisden2

Active Member
Licensed User
Longtime User
try to lock the phone or minimize the app while the msgbox is visible and go back to the app after a minute or so, probably it will crash.
 
Upvote 0
Top