Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Use stetho for debugging  #1396

@iamareebjamal

Description

@iamareebjamal

Open Event Android relies heavily on 2 components :

  • Network
  • SQLite Database

Both of which are hard to debug right now. Not to mention the inconsistent state of download or updating of database leads to many problems and is un-debuggable as of now.

Use of stetho will provide us :

  • Live profiling of network requests and response
  • Direct access, retrieval, and on the go modification of data stored in local SQLite database
  • Ability to easily check SharedPreferences of the application
  • If required, specific activity or fragment dump

All in a very convenient Chrome Developer Tools Suite

Would you like to work on the issue?

Yes

Should I integrate stetho in the project?
@the-dagger @mariobehling @mananwason

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions