Open
Description
We should look at upgrading the crash reporting we're doing from this plugin. Currently we can only get the first 500 chars of a stack trace, and can't get the exception text.
Android Studio uses this code to do crash reporting:
- android/src/com/android/tools/idea/diagnostics/crash/StudioCrashReporter.java
- android/src/com/android/tools/idea/diagnostics/error/ErrorReporter.java