crash report

Hi Team,

I have received a crash report for my app in android play store. 

basically the report is that app crashed when they click a button which checks if internet is “on”, if it is off it shows a msg to “check internet connection”. If it is “on” it would try to load a video ad.

The error occurred in Galaxy tab4.8.0

I have not faced any issue when i test. is there anything we could make with the crash report??

java.lang.RuntimeException: java.util.ConcurrentModificationException Java Stack Trace: java.util.LinkedList$LinkIterator.next(LinkedList.java:124) plugin.fuse.EventManager.DispatchQueue(EventManager.java:269) plugin.fuse.LuaLoader.init(LuaLoader.java:450) plugin.fuse.LuaLoader.access$1900(LuaLoader.java:53) plugin.fuse.LuaLoader$InitWrapper.invoke(LuaLoader.java:1413) com.ansca.corona.JavaToNativeShim.nativeTapEvent(Native Method) com.ansca.corona.JavaToNativeShim.tapEvent(JavaToNativeShim.java:396) com.ansca.corona.input.RaiseTapEventTask.executeUsing(RaiseTapEventTask.java:43) com.ansca.corona.CoronaRuntimeTaskDispatcher$TaskEvent.Send(CoronaRuntimeTaskDispatcher.java:148) com.ansca.corona.events.EventManager.sendEvents(EventManager.java:91) com.ansca.corona.Controller.updateRuntimeState(Controller.java:300) com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame(CoronaGLSurfaceView.java:421) com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1623) com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1378) stack traceback: [C]: ? [C]: in function 'init' ?: in function 'func' /Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:222: in function \</Users/jenkins/slaveroot/workspace/Templates/label/android/platform/resources/init.lua:205\>

Can you provide more context as to whats going on?

What build of Corona SDK was used for this build?

Are you using the Fuse plugin?

Hi rob,

My corona version is v2016 2830

Yes i am using fuse plugin

Regards,

Desiventure

I’m asking the engineers if the stack trace means anything or not. But most likely we are going to need a bug report, which means producing a test case that fails. This is a holiday weekend here in the US, so I wouldn’t expect a response to my query until next week. In the mean time, it looks like there is a problem with calling .init(), so maybe if they don’t have Internet, you’re still trying to initialize the fuse plugin and that could be causing problems. You can look at your code around why you’re testing the internet and make sure it’s doing what you think it should do.

Rob

Can you provide more context as to whats going on?

What build of Corona SDK was used for this build?

Are you using the Fuse plugin?

Hi rob,

My corona version is v2016 2830

Yes i am using fuse plugin

Regards,

Desiventure

I’m asking the engineers if the stack trace means anything or not. But most likely we are going to need a bug report, which means producing a test case that fails. This is a holiday weekend here in the US, so I wouldn’t expect a response to my query until next week. In the mean time, it looks like there is a problem with calling .init(), so maybe if they don’t have Internet, you’re still trying to initialize the fuse plugin and that could be causing problems. You can look at your code around why you’re testing the internet and make sure it’s doing what you think it should do.

Rob