To collect a log to pinpoint the problem.
Capture a debug information from /e/OS
Note that there are two methods on this link. Using adb logcat on a PC, secondly Capture a bug report from a device
Regarding adb method, help
adb logcat --help
Collect a short app log with
adb logcat | grep appID
Third alternative method [HOWTO] log app errors with LogFox on-device to create bugreports
Useful resource: https://plexus.techlore.tech/ We can use this to check other users’ experience with various apps.
Remove the fear of Android app compatibility on de-Googled devices.