-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Sometimes when running project on Android device, the app will crash as soon as Alan button is initialized. It doesn't happen regularly - on the same device it will sometimes work and sometimes crash. This behaviour was observed when running ionic debug build from Android studio to physical Android device (NOKIA 8 TA-1004, running Android 9).
When crash happens, we have observed 2 different errors in Android Studio's run log.
- Exception with stack trace:
E/AndroidRuntime: FATAL EXCEPTION: Thread-10
Process: xx.app, PID: 26930
java.lang.IllegalThreadStateException
at java.lang.Thread.start(Thread.java:724)
at com.alan.alansdk.alanbase.recorder.AlanRecorder.startRecording(AlanRecorder.java:30)
at com.alan.alansdk.Alan.record(Alan.java:143)
at com.alan.alansdk.Alan.onDialogStateChanged(Alan.java:408)
- Single error message (not sure if it's the cause of crash, but it's not present in log when it doesn't crash):
E/AudioRecord: start() status -38
If there's any other information we can provide that will help you locate the problem, please tell us.
Metadata
Metadata
Assignees
Labels
No labels