Crash Reporting
Crash Reporting
Category Articles ( 28 )
Crash Reporting
27 October 2023 • 2 min read
4 benefits of crash tagging and codeowners for mobile teams
When crash tagging is combined with GitHub codeowners, engineers can see exactly who owns each line of code within a given stack trace. Here's how mobile teams benefit.
Crash Reporting
26 October 2023 • 5 min read
Essential collaboration features for your mobile monitoring tools
If you're looking to help your mobile team work efficiently, then certain collaboration features are key. Find out which ones to look out for in this post.
Crash Reporting
24 October 2023 • 3 min read
Introducing Mobile Crash Owners, Embrace’s latest crash tagging and collaboration feature
Embrace's Mobile Crash Owners feature lets engineers upload their own codeowner rules directly to Embrace. These rules are used to tag any captured crashes with the correct owner, making it quick and easy to identify which issues individual engineers, teams, or organizations are responsible for solving.
Crash Reporting
7 June 2023 • 11 min read
The best ways to handle common Flutter exceptions with Embrace
Discover the most effective strategies for handling common Flutter exceptions using Embrace. Gain visibility into exceptions, collect relevant data, and proactively address issues to ensure a seamless user experience in your Flutter app.
Crash Reporting
1 June 2023 • 2 min read
Symbolication: How to deal with crash reports from your app in production
Get in-depth information on how to handle crash reports from your app in production from an experienced iOS engineer, Fernando Draghi. This article covers everything including a deep dive into symbolication, dSYM files, and how to efficiently work with crash logs.
Crash Reporting
1 June 2023 • 2 min read
How to diagnose Android memory issues in low-end devices faster with Embrace
Learn how Embrace provides deeper insights to make diagnosing even the most difficult issues, easier.
Crash Reporting
26 May 2023 • 5 min read
Reimagining mobile crash resolution beyond basic crash reporting
We've revamped our Crash Reporting experience to make it easier for mobile engineers to resolve app crashes fast. With Embrace intelligent Crash Reporting mobile engineers get advanced groupings, tagging, scoring and a complete play-by-play of every detail leading up to the crash so teams can get back to building amazing app experiences.
Crash Reporting
25 May 2023 • 3 min read
Writing thread-safe code to prevent iOS crashes
Learn about the powerful concepts of serial dispatch queues, atomic properties, and semaphores, enabling you to confidently produce stable iOS apps.
Crash Reporting
25 May 2023 • 3 min read
How can you debug compiler-generated entries in iOS crash reports?
Compiler-generated lines in iOS crash reports don't need to be difficult to debug. You can find the most likely file name and number with the proper platform at your disposal.