Hi All,
I'm seeking some guidance on how to interpret Google's pre-launch reports. Usually a crash is clearly related to my app and the report provides sufficient information for me to fix the problem. However sometimes the cause of a crash is not so obvious. For example, what might be the cause of the following three, separate, crashes? (Zoetic is the name of my app.) What I think I am after is guidance on whether I should aim to get rid of all such occurrences or whether I should accept that such crashes are in the "lap of the gods". Googling this question seems to suggest the latter.
Issue: java.lang.OutOfMemoryError: Failed to allocate a 1048588 byte allocation with 647904 free bytes and 632KB until OOM
Issue: java.lang.RuntimeException: An error occured while executing doInBackground()
Issue: Native crash of uk.cyferltd.zoetic
Also, the pre-launch report only indicates that the device running the "Native crash" has an issue. The other two devices get a green tick despite reporting the crashes.
I'm seeking some guidance on how to interpret Google's pre-launch reports. Usually a crash is clearly related to my app and the report provides sufficient information for me to fix the problem. However sometimes the cause of a crash is not so obvious. For example, what might be the cause of the following three, separate, crashes? (Zoetic is the name of my app.) What I think I am after is guidance on whether I should aim to get rid of all such occurrences or whether I should accept that such crashes are in the "lap of the gods". Googling this question seems to suggest the latter.
Issue: java.lang.OutOfMemoryError: Failed to allocate a 1048588 byte allocation with 647904 free bytes and 632KB until OOM
Issue: java.lang.RuntimeException: An error occured while executing doInBackground()
Issue: Native crash of uk.cyferltd.zoetic
Also, the pre-launch report only indicates that the device running the "Native crash" has an issue. The other two devices get a green tick despite reporting the crashes.