Android Google Analytics Exception Logging
I'm using Google Analytics SDK v4 for Android to record the exceptions. I followed the sample app but I could see no exceptions getting registered in the dashboard. I wrote the cod
Solution 1:
Data can take some time to show up in the GoogleAnalytics dashboard. Give it some time, it will show up under exceptions.
Solution 2:
This works for me but I'm using advanced crash report implementation.
Go to Behavior --> Crashes & Exceptions
In the top right drop-down (below date range selector), select "Faster Response, less Precision" option instead of the default "Slower Response, Greater Precision":
Also, additionally, you can click on the "Refresh Report" button in the lower right corner if the last reported generated is stale:
If none of the above work, then wait for 24 hours for GA to generate the reports :)
Post a Comment for "Android Google Analytics Exception Logging"