owncloud / owncloud/android

Better crash tracking

Open
#4,218 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Crash Research Technical
Dominant language
Kotlin
Stars
4.2k
Forks
3.1k
Avg merge
1d 12h
Merged PRs (30d)
7

Description

When a crash related to the system happens, app stops logging and no trace about the crash appears in logcat or log files after reopening the app. For that reason, we should look for a solution that help us to get information about the crash to fix it.

Posibilities:

  • Check if there is any internal way to do it (new library, new API interaction that allows to get that info)
  • Use an external dependency to fetch the info. Google Play Console helps, but this is statistic-oriented, and specific cases are not taken in account. Something like Crashlitycs comes to my mind (free and non-free tiers).

In this issue, we should explore options and determine if some of then fits better our case and helps to improve the crash tracking tasks.

TASKS
  • Research (if needed)
  • Create branch feature/feature_name
  • Development tasks
    • Implement whatever
    • ...
  • Code review and apply changes requested
  • Design test plan
  • QA
  • Merge branch feature/feature_name into master

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by researching Android’s internal crash-handling options and the behavior of logcat and log files after a system-related crash. Compare those options with an external dependency such as Crashlytics, using the issue’s requirements as the scope. Done means selecting a suitable approach and defining the development, testing, and QA work needed to implement it.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
mobile-dev, observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.