Hi Ktos,
Could you please follow the steps below to help us investigate the issue?
1. Run Command Prompt.
2. Navigate to the "<Android SDK>\Platform-tools\" folder. To do this, type:
cd <your_drive_letter>:\<path_to_the_Android SDK>\Platform-tools\
3. Execute the following command with Android Debugging Bridge:
adb shell logcat -c
4. Instrument the app and reproduce the crash on your Android device.
5. Execute the following command with Android Debugging Bridge to generate the report:
adb shell logcat -d > dump.txt
The "dump.txt" file will be created on your machine where the "adb.exe" executable file is located.
Is there a way we can get a copy of the tested application to reproduce and investigate the problem in our lab? This would help our QA team a lot.
Thanks in advance.