My app work perfectly on editor, but crashes after unity logo on android

My app was working fine until i made some updates, created new levels, but now it doesn’t work anymore. I’m stuck on this problem for a while now, it seems that the problem is in my first scene, because it doesn’t load, so i tried to build a dummy first scene and work, the problem is, i don’t know where in my first scene is the problem, because in editor, the app runs fine. I also tried to use android log-cat, but god, that doesn’t help at all, only throw a bunch off random logs that i can’t understand

8530937–1138829–Trickster Logcat.txt (57.4 KB)

look for around the “CRASH” text,
maybe its due to unity ads? “UnityAdsSettings_Get_Custom_PropTestMode()”

Well well well, that was it, thanks man