-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crashes #3
Comments
Thanks for the report, i will check soon it's maybe link to the lib i use : bmcreations/scrcast#58 |
Is there any way i can fix the issue? |
@RAIERIN for now i don't see a way, the issue is in scrcast. |
maybe i could try to migrate to https://github.com/HBiSoft/HBRecorder |
@riderx if you could migrate when will you do that. |
i will check it next week |
Okay! Thanks |
For this error: E/MediaRecorder: prepare failed: -2147483648 |
@kolyneh there no option to set the resolution in |
Hi, check this in It's part of Options.
|
The app is crashing in some phone when ScreenRecorder.start() is called for new version of android. And the error log shows this.
D/scrcast: createRecorder() E/SensorManager: registerListenerImpl sensorName:BMI160_ACCELEROMETER Accelerometer Non-wakeup,isWakeUpSensor:false,callingApp: io.ionic.starter,callingPid:9852,callingUid:10945 E/MediaRecorder: prepare failed: -2147483648 E/AndroidRuntime: FATAL EXCEPTION: main Process: io.ionic.starter, PID: 9852 java.io.IOException: prepare failed. at android.media.MediaRecorder._prepare(Native Method) at android.media.MediaRecorder.prepare(MediaRecorder.java:1178) at dev.bmcreations.scrcast.internal.recorder.service.RecorderService.createRecorder(RecorderService.kt:159) at dev.bmcreations.scrcast.internal.recorder.service.RecorderService.access$createRecorder(RecorderService.kt:32) at dev.bmcreations.scrcast.internal.recorder.service.RecorderService$recordInternal$1.invokeSuspend(RecorderService.kt:227) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106) at android.os.Handler.handleCallback(Handler.java:938) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:233) at android.app.ActivityThread.main(ActivityThread.java:8068) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:631) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:978)
Android version:
The text was updated successfully, but these errors were encountered: