if you want make a logcat
https://xiaomi.eu/community/threads/guide-logging-with-adb-logcat.63684/
start logcat… start app… wait for issue… stop logcat
search for fatal exeption as example or post it but not 3697 seconds of logcat
How to create a logcat file
# connect phone with PC and USB
# set USB debug - on
# create a textfile -> eg logfile.txt in adb folder on PC
# adb logcat > logfile.txt
# make actions on phone and wait for issue
# ctrl+c (to stop logfile recording)
# analyze the logfile
# send the last eg 5 seconds, the relevant entries