Since we have used API 33, facing random crashes in our native library.
The process id mentioned in the crash details belongs to our apk but thread id does not. Appears that the crash is inside a thread internally used by Android.
Some weired lines in the log are:
12763 12783 D vulkan : searching for layers in '/data/app/~~YSD64u2g1Ks8H7PwCekvsg==/<our_appid>-BNptLXg5dYX-N0-R8cw6FQ==/lib/arm64'
12763 12783 D vulkan : searching for layers in '/data/app/~~YSD64u2g1Ks8H7PwCekvsg==/<our_appid>-BNptLXg5dYX-N0-R8cw6FQ==/base.apk!/lib/arm64-v8a'
12763 12783 I scudo : Scudo ERROR: corrupted chunk header at address 0x200006f73ea6f90
Is there anyone else facing similar issues? any suggestions to troubleshoot it?