You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use Stetho to see the sqlite database and I could not. After looking through the file system, I noticed that you are storing the database files in the context.getFilesDir location, but I suspect tools like Stetho would work better if you used the context.getDatabasePath function instead.
The text was updated successfully, but these errors were encountered:
I was trying to use Stetho to see the sqlite database and I could not. After looking through the file system, I noticed that you are storing the database files in the context.getFilesDir location, but I suspect tools like Stetho would work better if you used the context.getDatabasePath function instead.
The text was updated successfully, but these errors were encountered: