Closed Circenn5130 closed 7 months ago
There is no crash report for your device reported to the google play console. I'm not sure what the preconditions are when crash reports are uploaded to google.
If you have android dev tools installed, you can enable usb debugging and listen to crash logs with
adb logcat -b crash
After starting the command you'd have to trigger the crash.
So I'd just finished moving my Gotify instance's DB from SQLLite to Postgres, and I'd reinstalled the app via the Playstore (the last time I'd reinstalled it from troubleshooting, I used the APK from its repo), and now it's connecting fine (of course lol). Should the behavior manifest again I'm all setup to provide an output from logcat.
Thank you so much for your prompt assistance and time.
I'm having a newly developed issue with the android app where upon opening, the UI is black and I'm unable to do anything. Shortly afterwards an error comes up with "Gotify isn't responding: Close app | Wait". I'm not able to retrieve any logs from the app due to this. If there's another way to pull them from the phone let me know.