How to check exceptions in android device built game

I have some exception that crashes my application, I can’t see it in editor, but it often appears in built game.
Is there some way to peek those exceptions? This would be very helpful.

can view device logs,

or can view error/debug log messages with this also,
https://github.com/bbbscarter/UberLogger

can debug app in device,
https://support.unity3d.com/hc/en-us/articles/205485376-How-do-you-debug-on-Android-