Skip to content

Commit

Permalink
description of triggering anr in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
magda-woj committed Oct 16, 2024
1 parent d3edd14 commit 893fc9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ The OpenTelemetry Android Demo App currently supports the following features:
- Automatically detects and reports ANRs in the app.
- ANR events are captured as spans with detailed stack traces, providing insights into the exact operations that caused the ANR.
- The span includes key attributes such as `screen.name`, `session.id`, and network information to assist in diagnosing the issue.
- Note: The app currently does not have any features designed to intentionally trigger an ANR.
- In order to crash the demo app, try to add to cart exactly 9 National Park Foundation Explorascopes (first product on the product list) and click "Yes, I'm sure." on the alert pop-up.


* Slow Render Detection
- Automatically detects instances of slow rendering within the app.
Expand Down

0 comments on commit 893fc9b

Please sign in to comment.