How to debug the mobile version?

I am building hybrid mobile app with meteor that includes authentication system (login/registration).

When I test the app in the browser, it works fine but in an Android device, the loading spinner appears and nothing happens, seems like the mobile app is not connected to the database.

When testing the app in the browser, I can identify the error through “Inspect Elements”, so my question is, how can I log the errors when running the app on an Android device?

EDIT:
When I tested the app using ios simulator, it works as expected, it is just when using real mobile device (android) it doesn’t connect to the database

See the debugging on android with chrome section of the Meteor Guide. There is a link to an article on using chrome dev tools to debug your cordova app.