Hi.
We are getting this stack trace from many different users and devices
java.lang.RuntimeException:
at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:5255)
at android.app.ActivityThread.performPauseActivity (ActivityThread.java:5206)
at android.app.ActivityThread.handlePauseActivity (ActivityThread.java:5157)
at android.app.servertransaction.PauseActivityItem.execute (PauseActivityItem.java:46)
at android.app.servertransaction.TransactionExecutor.executeLifecycleState (TransactionExecutor.java:176)
at android.app.servertransaction.TransactionExecutor.execute (TransactionExecutor.java:97)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:2325)
at android.os.Handler.dispatchMessage (Handler.java:106)
at android.os.Looper.loop (Looper.java:246)
at android.app.ActivityThread.main (ActivityThread.java:8633)
at java.lang.reflect.Method.invoke (Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:602)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1130)
Caused by: java.lang.IllegalArgumentException:
at android.app.LoadedApk.forgetReceiverDispatcher (LoadedApk.java:1523)
at android.app.ContextImpl.unregisterReceiver (ContextImpl.java:1712)
at android.content.ContextWrapper.unregisterReceiver (ContextWrapper.java:733)
at com.google.appinventor.components.runtime.NiotronNetworkTools.onPause (SourceFile:69)
at com.google.appinventor.components.runtime.Form.onPause (SourceFile:784)
at android.app.Activity.performPause (Activity.java:8392)
at android.app.Instrumentation.callActivityOnPause (Instrumentation.java:1510)
at android.app.ActivityThread.performPauseActivityIfNeeded (ActivityThread.java:5245)
Any idea what might be the reason ?