I published an Android APK today with latest Corona build 2179, and I got 10 crash reports from Android in 4 hours. It’s the first time I got so many crash reports in such a short period of time, with user complaints too.
The crash report is kind of short:
java.lang.NullPointerException at network.NetworkRequest$AsyncNetworkRequestRunnable.run(NetworkRequest.java:1839) at java.lang.Thread.run(Thread.java:856)
(1) This crash report is never seen before
(2) The previous Corona build I was using is build 2170 and it was ok
(3) My own testing cannot reproduce this problem. I guess it crashes in some rare network situation.
Corona please help to investigate what you changed between build 2171 ~ build 2179 about Android network request.
This kind of crash can only be identified & fixed by tracing your changes.