ACRA reporting dialog looks old
See original GitHub issueSummary:
Now we’ve got beautiful material design in the rest of the app, the crash reporting dialog does look pretty outdated. While of course we hope as few users as possible see it, I think it’d be nice if it did look good.
You’ll likely want to create a custom dialog theme in styles.xml
. It might help to see the current theme, which is the default Theme.Dialog
from the support library: https://chromium.googlesource.com/android_tools/+/e429db7f48cd615b0b408cda259ffbc17d3945bb/sdk/platforms/android-24/data/res/values/themes.xml#680
Steps to reproduce:
You can force a crash by adding
if (true) throw new Error("Test ACRA error");
Into some activitiy’s onCreate
method. The if (true)
allows it to compile without complaining that it will always error (even though it will).
Screen-shots:
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
ACRA: sometimes dialog report and other times silent report
I've just integrated the latest version of ACRA (4.4) to my Android App. It has silent reports on crashes as the default behaviour....
Read more >Crash Reporting Using ACRA - CommonsWare
In development, when your app crashes, you get a little dialog box indicating that the app crashed, and you get your Java stack...
Read more >AcraCore (acra-core 5.1.1 API) - javadoc.io
This property can be used to determine whether old (out of date) reports ... true if you prefer displaying the native force close...
Read more >Automated Android Crash Reports with ACRA and Cloudant
In this post, we'll walk through a solution: automated crash reporting with ACRA and a Cloudant back-end, all visualizable with acralyzer.
Read more >ReportsCrashes (acra 4.11 API)
Set this to true if you prefer displaying the native force close dialog after ... This property can be used to determine whether...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Could I work on this issue please? Thanks.
Sure, I can get working on it tomorrow