14035 14035 F DEBUG : ip 00000002 sp ef485300 lr f19029c7 pc f1905230 cpsr 600d0010
14035 14035 F DEBUG :
14035 14035 F DEBUG : backtrace:
What it could possibly be?
UPD:
This happening with GRADLE build, when use internal unity build everything works ok. Still need to use GRADLE because of signing v2 not accepted by Oculus Store
I solve my problem using Unity internal build with external signing to v1 scheme via cmd: "%JAVA_HOME%\jarsigner" -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore *path to keystore* *path to apk* *key_alias name*