Développer ma barre des réalisations de la Communauté.

Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

App Crashes with Pages

Avatar

Level 5

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?

Sujets

Les sujets facilitent la catégorisation du contenu de la Communauté et vous aident à retrouver le contenu le plus pertinent.

1 solution acceptée

Avatar

Réponse correcte par
Employee

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

Voir la solution dans l'envoi d'origine

3 Replies

Avatar

Level 5

any ideas on that ?

Avatar

Level 2

Hi laetizia_2018​,

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

Avatar

Réponse correcte par
Employee

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