- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi laetizia_2018,
Here are the two links that describe how Adobe SDK reports a crash
Track App Crashes Android
The Adobe SDK does not report the page or more detailed as type of crash.
This mostly due to the fact that companies like Apteligent use a global NSException handler to provide more detailed crash reporting and an app is not permitted to have more that one of these kind of handlers because of this Adobe decided to not implement a global NSexception handler to prevent these type of build errors.
Jen