Mobile game crashing, adb, visual studio, google play not showing anything

Hello,
I’m trying to debug a crash on my mobile game, I’ve tried adb logcat to see what is happening, no result.

I checked the google play store ANRs/crashes no results…

I tried debugging with visual studio. Visual studio just stops debugging when the app crashes without showing me what line went wrong

Does anyone have any other options?

Have you tried the unity package Android Logcat (available in the package manager) instead of the Android Studio’s ? It usually filters the errors, without knowing the error it’s impossible to tell what is going wrong.