Embrace has officially acquired SpeedCurve! Together, we’re redefining the future of user-focused observability.

Learn more

Crash Reporting

Category Articles ( 30 )

Preventing Unity crashes in background services and background threads

Background services and background threading are a vital part of any mobile application, but they can also be a source of crashes and other issues. To ensure the smooth operation of background services and threads, monitoring and analyzing their performance using metrics is essential.

Understanding SIGKILLs in iOS

As an iOS developer, understanding SIGKILLs is vital. The right understanding helps you problem solving faster, produce highly performant apps, and save valuable development time that can be refocused on innovation.

Using null safety in Dart

Null references are a common source of frustration that can lead to crashy code. Fortunately, Dart provides a null safety feature to help solve these issues at compile time, so they don't affect your app at runtime. Read on to learn more.

The best Crashlytics alternatives for 2022

Explore the top Crashlytics alternatives for 2022, as we highlight robust crash reporting and error monitoring platforms that offer competitive features, scalability, integrations, and actionable insights, providing developers with viable options to effectively track and resolve app crashes for enhanced app performance and user experience.

Google’s Android system WebView caused mobile apps to crash

Uncover the impact of Google's Android System WebView on app stability as we delve into instances where WebView updates caused crashes, explore the reasons behind such occurrences, and discuss potential mitigation strategies to ensure uninterrupted app functionality and enhance user experience.

CollectionView crashes on iOS

Dive into the complexities of CollectionView crashes on iOS as we explore the underlying causes, from improper data handling and layout inconsistencies to memory management issues, and offer effective troubleshooting techniques to ensure the stability and smooth performance of your app's dynamic user interfaces.

Auto layout crashes on iOS

Tackle Auto Layout crashes on iOS head-on as we explore common pitfalls, troubleshooting techniques, and best practices to overcome issues such as conflicting constraints, ambiguous layouts, and runtime conflicts, ensuring smooth rendering and optimal user experience in your iOS apps.

Watchdog Terminations on iOS

Gain valuable insights into the world of Watchdog Terminations on iOS as we delve into the causes, implications, and preventive measures against this disruptive phenomenon, equipping developers with the knowledge to tackle app freezes, excessive resource usage, and thread violations for improved app stability and user satisfaction.