Error in Google Play prelaunch report

Hi,

I’m trying to test my app in Google Play but when ever I upload the app apk the pre launch report issues an error on one of their test devices (Huawei P8). The error does not appear in their other test devices. For some reason when uploading an apk with debug info, this error does not repeat. Anyone encountered such an issue?

Below is a piece from their logcat:
W/System.err(6808): com.naef.jnlua.LuaRuntimeException: ?:0: attempt to index field ‘_view’ (a nil value)
03-06 08:19:41.200: W/System.err(6808): at com.naef.jnlua.LuaState.lua_pcall(Native Method)
03-06 08:19:41.200: W/System.err(6808): at com.naef.jnlua.LuaState.call(LuaState.java:564)
03-06 08:19:41.200: I/Robo(6808): displayWidth = 1280, displayHeight = 720
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.CoronaLua.dispatchEvent(CoronaLua.java:140)
03-06 08:19:41.200: W/System.err(6808): at CoronaProvider.licensing.google.LuaLoader$1.executeUsing(LuaLoader.java:296)
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.CoronaRuntimeTaskDispatcher$TaskEvent.Send(CoronaRuntimeTaskDispatcher.java:179)
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.events.EventManager.sendEvents(EventManager.java:100)
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.Controller.updateRuntimeState(Controller.java:319)
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.graphics.opengl.CoronaGLSurfaceView$CoronaRenderer.onDrawFrame(CoronaGLSurfaceView.java:434)
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1625)
03-06 08:19:41.200: W/System.err(6808): at com.ansca.corona.graphics.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1380)