I'm not 100% sure if that's the cause but the game I'm preparing for an android release got error messages from google test devices after I started compiling them in version 308.2. I reverted back to 308 and there was no error on the following report.
Just thought the Construct team should know.
Here's some examples of what google listed:
Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void com.android.internal.app.procstats.UidState.updateCombinedState(int, long)' on a null object reference
at android.os.Parcel.createExceptionOrNull (Parcel.java:3017)
at android.os.Parcel.createException (Parcel.java:2995)
at android.os.Parcel.readException (Parcel.java:2978)
at android.os.Parcel.readException (Parcel.java:2920)
at android.app.IActivityManager$Stub$Proxy.attachApplication (IActivityManager.java:5148)
at android.app.ActivityThread.attach (ActivityThread.java:7586)
at android.app.ActivityThread.main (ActivityThread.java:7885)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:548)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:936)
Caused by android.os.RemoteException: Remote stack trace:
at com.android.internal.app.procstats.ProcessState.setCombinedState (ProcessState.java:476)
at com.android.internal.app.procstats.ProcessState.setState (ProcessState.java:443)
at com.android.server.am.ProcessProfileRecord.setProcessTrackerState (ProcessProfileRecord.java:621)
at com.android.server.am.ActivityManagerService.setProcessTrackerStateLOSP (ActivityManagerService.java:15387)
at com.android.server.am.OomAdjuster.applyOomAdjLSP (OomAdjuster.java:2770)
and
FATAL EXCEPTION: main
Process: com.google.android.googlequicksearchbox, PID: 1484
DeadSystemException: The system died; earlier logs will point to the root cause
and
FATAL EXCEPTION: lowpool[46]
Process: com.google.android.gms.persistent, PID: 13215
DeadSystemException: The system died; earlier logs will point to the root cause
FATAL EXCEPTION: lowpool[53]
Process: com.google.android.gms.persistent, PID: 13215
DeadSystemException: The system died; earlier logs will point to the root cause