Search Issue Tracker
Fixed in 2021.3.9f1
Fixed in 2020.3.X, 2020.3.38f1, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X
Votes
3
Found in
2020.3.35f1
Issue ID
UUM-5652
Regression
No
[Android] Resume causes GetAudioStreamVolume JNI exception
On Android, when resuming a Unity app, either after backgrounding the app or locking the phone, a GetAudioStreamVolume JNI exception message appears in the adb log output. This doesn't appear to cause a functional problem in internal testing, but could be related to recent reports of issues when coming out of long pauses on Android 12.
The problem only appears when the Target API Level is Android 10.0 or later.
Comments (3)
-
celinedioncdc
Aug 15, 2023 09:15
Unity's compatibility with these changes might be a factor in the issue.
-
YaroslavSm
Jan 15, 2023 10:09
How do you keep getting this error over and over again? From 2020 to 2023...
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Mouse cursor gets stuck at the edge of the screen when trying to pan in the Scene view
- Docked Multiplayer Play Mode window disappears when switching back to a saved Editor layout
- Audio files fail to be imported when the file path is 260 characters or longer
- Error SGICE002 is wrongly shown when more than one argument is passed into GetComponentRW()
- Crash on MeshRenderer::DispatchUpdate when disabling the second Mesh Renderer on a GameObject
Resolution Note (fix version 2023.1):
Fixed an Android audio crash when targeting API Level 31 and running on an Android 12 device. Also fixed an AudioManager.GetStreamVolume exception when targeting API Level 29 or later, which caused the AudioSettings.Mobile.stopAudioOutputOnMute feature to not work correctly, if enabled.
Resolution Note (fix version 2022.2):
Fixed an Android audio crash when targeting API Level 31 and running on an Android 12 device. Also fixed an AudioManager.GetStreamVolume exception when targeting API Level 29 or later, which caused the AudioSettings.Mobile.stopAudioOutputOnMute feature to not work correctly, if enabled.
Resolution Note (fix version 2022.1):
Fixed an Android audio crash when targeting API Level 31 and running on an Android 12 device. Also fixed an AudioManager.GetStreamVolume exception when targeting API Level 29 or later, which caused the AudioSettings.Mobile.stopAudioOutputOnMute feature to not work correctly, if enabled.
Resolution Note (fix version 2021.3):
Fixed an Android audio crash when targeting API Level 31 and running on an Android 12 device. Also fixed an AudioManager.GetStreamVolume exception when targeting API Level 29 or later, which caused the AudioSettings.Mobile.stopAudioOutputOnMute feature to not work correctly, if enabled.
Resolution Note (fix version 2020.3):
Fixed an Android audio crash when targeting API Level 31 and running on an Android 12 device. Also fixed an AudioManager.GetStreamVolume exception when targeting API Level 29 or later, which caused the AudioSettings.Mobile.stopAudioOutputOnMute feature to not work correctly, if enabled.