0

My android application is not working in REDMI phones. Infact not sure because sometimes it stores the data and sometimes not. It gives unexpected results, i can able to access my application in other phones correctly.

Aishwary
  • 1
  • 2

2 Answers2

0

use facebook stetho which allowed to access app database and fire query on it. http://facebook.github.io/stetho/#integrations

once integration completed.check in google chrome browser : chrome://inspect/#devices

ashish
  • 217
  • 1
  • 11
0

First of all, see you logcat if nothing suspicious found then For debugging your database query take a look at this awesome open source library called Android Debug database https://github.com/amitshekhariitbhu/Android-Debug-Database

This library operate through your browser and also give access to your app's shared preferences

Chintan Desai
  • 2,607
  • 2
  • 22
  • 25