Fmod 2.00.04 make android game crash

Hi! I’m using Fmod on Unity game project.
It’s fine when i use fmod 1.0 before. Recently, I update Fmod to 2.00.04 version. It’s fine on almost device but make game sure crash on Samsung s7 and S7 edge after change android activity like view ads, request permission… Crash log:
crash.txt (2.8 KB)
Can you please help me!

Updated: I fix this bug temporary by change RuntimeManager in Initialize() function:
FMOD.OUTPUTTYPE outputType = FMOD.OUTPUTTYPE.AUTODETECT;
to FMOD.OUTPUTTYPE outputType = FMOD.OUTPUTTYPE.OPENSL;

If you can test the issue with a development build, this will use FMOD’s logging libraries, it should provide more information.