App Crashes with Pages | Community
Skip to main content
New Participant
September 20, 2018
Solved

App Crashes with Pages

  • September 20, 2018
  • 3 replies
  • 4259 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jennifer_Andrews

Hi laetizia_2018​,

Here are the two links that describe how Adobe SDK reports a crash

Track App Crashes iOS

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

3 replies

Jennifer_Andrews
Jennifer_AndrewsAccepted solution
Employee
November 5, 2018

Hi laetizia_2018​,

Here are the two links that describe how Adobe SDK reports a crash

Track App Crashes iOS

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

Kaushalendra_Si
New Participant
October 31, 2018

Hi laetizia_2018​,

It is not possible to get customized reporting for crash as it is an uncontrollable event.

New Participant
October 30, 2018

any ideas on that ?