I am Using SQLite database in my Android App. I want to See the database in my chrome or Firefox browser .
To See the Database , normally i Open Logcat in android Studio and select verbose and write http in serach box then it provides me a Link to Open Database in my browser
Like : D/DebugDB: Open http://192.168.2.116:8083 in your browser
But in my new project it is not showing the link . What should i do?
