Skip to content

feat: add device info to crash landing - #936

Merged
eddyizm merged 5 commits into
eddyizm:developmentfrom
tvillega:feat-add-device-info-to-crash-landing
Jul 29, 2026
Merged

feat: add device info to crash landing#936
eddyizm merged 5 commits into
eddyizm:developmentfrom
tvillega:feat-add-device-info-to-crash-landing

Conversation

@tvillega

Copy link
Copy Markdown
Contributor

This simplifies reports by not requiring users to submit device information manually.

Screenshots

Portrait
Landscape (scrollable)
New text for export

New report format

Formerly, it was only the stack trace. Now it prepends device information.

Report example (from a real crash)
App version name   : 4.22.2
App version code   : 38
Android OS version : 13
Android SDK version: 33
Device Brand       : samsung
Device Manufacturer: samsung
Device Name        : a32
Device Model       : SM-A325M
[arm64-v8a, armeabi-v7a, armeabi]
com.eddyizm.degoogled.tempus.debug

android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat= }
    at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:2174)
    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1805)
    at android.app.Activity.startActivityForResult(Activity.java:5596)
    at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.kt:707)
    at android.app.Activity.startActivityForResult(Activity.java:5554)
    at androidx.activity.ComponentActivity.startActivityForResult(ComponentActivity.kt:692)
    at android.app.Activity.startActivity(Activity.java:6052)
    at android.app.Activity.startActivity(Activity.java:6019)
    at androidx.preference.Preference.performClick(Preference.java:1215)
    at androidx.preference.Preference.performClick(Preference.java:1182)
    at androidx.preference.Preference$1.onClick(Preference.java:182)
    at android.view.View.performClick(View.java:7892)
    at android.view.View.performClickInternal(View.java:7869)
    at android.view.View.-$$Nest$mperformClickInternal(View.java:0)
    at android.view.View$PerformClick.run(View.java:30891)
    at android.os.Handler.handleCallback(Handler.java:942)
    at android.os.Handler.dispatchMessage(Handler.java:99)
    at android.os.Looper.loopOnce(Looper.java:226)
    at android.os.Looper.loop(Looper.java:313)
    at android.app.ActivityThread.main(ActivityThread.java:8762)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:604)
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1067)

@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 382eefef-ec1d-485e-87c9-b172858b124d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@eddyizm
eddyizm merged commit a5c2398 into eddyizm:development Jul 29, 2026
1 check passed
skajmer added a commit to skajmer/tempus-polish-translation that referenced this pull request Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants