Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Add support for crash tracking and reporting #48

Description

@cryptoyang

The problem

Access to crash reports in the Android app is not convenient.

User Stories

As a beta tester:

  • I want to have access to all application exceptions.
  • I want to be notified about background crashes.
  • I want to send a crash using intent action.

Draft

  • Save each exception stack trace in storage.
  • Display a notification when a crash occurs.
  • Add crash reports activity for managing saved crashes.
  • Implement sending crash data.

Specification

Crash Data

values:

  • List of actions that occur before the exception.
  • Exception stack trace.

Crash storage

Requirement: Must be available for android app and crash report activity

Crash notification

Trigger: new background exception occurs.
Tap: display crash reports activity.
View:

  • Crash Id
  • Crash message
  • Amount

Crash report activity

  • List of crashes grouped by signature
  • Exception stack trace
  • Send exception button

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions