Search Unity

Steps to make sure full stack trace is reported with the bug on all analytics

Discussion in 'Android' started by ercion, Nov 29, 2018.

  1. ercion

    ercion

    Joined:
    Aug 15, 2016
    Posts:
    73
    Hi. I've been getting a lot of crash reports on Google Play Store as well as on Unity Cloud Diagnostics. I can see meaningful stack traces on Cloud Diagnostics but not on Google Play Store. Since Cloud Diagnostics is in alpha, I need to use Google Play Store crash reports as well. Can someone please help me ensure that I get full stack traces on Google Play Store as well?

    Here is an example of what Play Store shows me:

    java.lang.Error: FATAL EXCEPTION [CrAsyncTask #1]
    Caused by
    at BD.done (PG:15)
    at java.util.concurrent.FutureTask.finishCompletion (FutureTask.java:354)
    at java.util.concurrent.FutureTask.setException (FutureTask.java:223)
    at java.util.concurrent.FutureTask.run (FutureTask.java:242)
    at BF.run (PG:2)
    at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1113)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:588)
    at java.lang.Thread.run (Thread.java:818)
    Caused by: java.lang.NullPointerException:
    at xR.a (PG:5)
    at BB.call (PG:7)
    at java.util.concurrent.FutureTask.run (FutureTask.java:237)