Code Issue Snapshots
Code issue snapshots provide the detailed information for one code issue. A code issue snapshot is created when an instance of an instrumented application experiences an ANR, slow UI, or manually reports a caught exception. To manually report caught exceptions, you use either the iOS SDK or the Android SDK.
- Thread that contains a function that is not responding or has a caught exception
- Source file containing the function that is not responding or has the caught exception
- Line number in the source file, if available
- Stack trace of the application at the time of the code issue
For iOS applications, code issue snapshots are based on:
- ANRs
- Handled Objective-C exceptions
- Slow UI
For Android applications, crash snapshots are based on:
- ANRs
- Handled Java exceptions
- Slow UI