Google Developer console allows to export crash report by some period of time as *.csv file. This file may be even accessed by gsutil
, but this file do not contain full stack traces - only links to pages on which stacktrace is printed. Something like this:
So questions are:
- Is there any option in Google Developer Console which allows to export full stack traces?
- Is there any instrument/Google Developer Console API which allows to download this stack traces?
- If both previous question - which instrument is better to use to parse html with stack trace to extract it
P.S. We use Google Developer Console as main instrument to analyze crashes. There are better alternatives... but this question not about them