Does anyone know how to get the pages on which the crashes occured? Plus what kind of crash has happened?
Adobe trackes crashes automatically but is there a chance to adjust this somehow?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
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
any ideas on that ?
Views
Replies
Total Likes
Hi laetizia_2018,
It is not possible to get customized reporting for crash as it is an uncontrollable event.
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
Views
Like
Replies