-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed as not planned
Labels
Description
I get this crash in a phone with Android 8.1.0 API 27 (Xiaomi Redmi 6A)
2023-01-13 12:36:43.588 9125-10070 AndroidRuntime com.spotbros.defense E FATAL EXCEPTION: AudioTrackJavaThread
Process: com.spotbros.defense, PID: 9125
java.lang.NoSuchMethodError: No virtual method rewind()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-oj.jar)
at org.webrtc.audio.WebRtcAudioTrack$AudioTrackThread.run(WebRtcAudioTrack.java:138)
2023-01-13 12:36:43.599 9125-10070 JitsiMeetSDK com.spotbros.defense E JitsiMeetUncaughtExceptionHandler FATAL ERROR
java.lang.NoSuchMethodError: No virtual method rewind()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-oj.jar)
at org.webrtc.audio.WebRtcAudioTrack$AudioTrackThread.run(WebRtcAudioTrack.java:138)
java.lang.NoSuchMethodError: No virtual method rewind()Ljava/nio/ByteBuffer; in class Ljava/nio/ByteBuffer; or its super classes (declaration of 'java.nio.ByteBuffer' appears in /system/framework/core-oj.jar)
at org.webrtc.audio.WebRtcAudioTrack$AudioTrackThread.run(WebRtcAudioTrack.java:138)
A screenshot of logcat with some more log:
I was able to work around the crash changing this and rebuilding the SDK:

