AudioTrack::setVolume Android crash

Hello! We have a crash on Android.
We use 2.02.27 FMOD version, C++ API, OpenSL output. Different and not old Android versions are affected.
We don’t know the way how to reproduce it.
Call stack of the crash:

* libaudioclient +0x79938 android::AudioTrack::setVolume
* libaudioclient +0xa7b64 android::TrackPlayerBase::playerSetVolume
* libaudioclient +0xa6cb8 android::PlayerBase::setVolume
* libaudioclient +0x4b99c android::media::BnPlayer::onTransact
* libbinder +0x4d6c0 android::BBinder::transact
* libbinder +0x59ea8 android::IPCThreadState::executeCommand
* libbinder +0x59a0c android::IPCThreadState::getAndExecuteCommand
* libbinder +0x5a154 android::IPCThreadState::joinThreadPool
* libbinder +0x80710 <unknown>
* libutils +0x1380c android::Thread::_threadLoop
* libandroid_runtime +0xc4854 android::AndroidRuntime::javaThreadShell
* libc +0xe4fd4 <unknown>
libc +0x84e18 <unknown>

Do you have any ideas how to fix it? Thanks in advance.