You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user taps on a record button, the app crashes.
RecordConfig() // nothing is passed
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
The app should record audio without crashing.
Additional context
Here is the log info:
E/AndroidRuntime( 4429): FATAL EXCEPTION: MediaCodecEncoder Thread
E/AndroidRuntime( 4429): Process: com.tellycom.app, PID: 4429
E/AndroidRuntime( 4429): java.lang.NoSuchMethodError: No static method addLast(Ljava/util/List;Ljava/lang/Object;)V in class Lj$/util/List$-EL; or its super classes (declaration of 'j$.util.List$-EL' appears in /data/app/~~f1_IghtzBrrokzFp9H7kSw==/com.tellycom.app-rxr3i9WliNd46YoJaArvTw==/base.apk!classes6.dex)
E/AndroidRuntime( 4429): at com.llfbandit.record.record.encoder.MediaCodecEncoder.handleMessage(MediaCodecEncoder.kt:83)
E/AndroidRuntime( 4429): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 4429): at android.os.Looper.loopOnce(Looper.java:222)
E/AndroidRuntime( 4429): at android.os.Looper.loop(Looper.java:314)
E/AndroidRuntime( 4429): at android.os.HandlerThread.run(HandlerThread.java:67)
The text was updated successfully, but these errors were encountered:
Package version
^5.2.0
Environment
Describe the bug
When the user taps on a record button, the app crashes.
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
The app should record audio without crashing.
Additional context
Here is the log info:
The text was updated successfully, but these errors were encountered: