question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ACRA reporting dialog looks old

See original GitHub issue

Summary:

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:

screenshot_1545258309

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
JasonObeidcommented, Dec 19, 2018

Could I work on this issue please? Thanks.

1reaction
JasonObeidcommented, Dec 22, 2018

Sure, I can get working on it tomorrow

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found