How to get details of android crash

Hi there,
I’m testing my unity program from android, but I have no clue why sometimes is crashing, is there a way to get details of the crashing?, I was using adb to check my logs, my program works fine and also with the profiler I don’t see any weird behaviour, Is there a way to get some info when the program crashes?
Regards
Yuri

adb is the only way to get the errors. These don’t always appear with the Unity tag. So find some messages the do have the Unity tag in logcat and filter by PID.