Hi,
If you have android studio, setup the device using android studio and there is a feature called logcat. This shows a bunch of messages from android app. Once your device is setup in Android Studio, start the app and look for messages in Android Studio’s logcat. This will start you off with debugging android app.
Also there are android’s console commands like adb and android, which are a bit harder than AndroidStudio.
Thanks