Skip to content
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

Sample app crashes with unhandled exception during emulator shutdown #2

Open
qwwdfsad opened this issue Aug 14, 2018 · 0 comments
Open
Labels
bug Something isn't working

Comments

@qwwdfsad
Copy link

E/AndroidRuntime: FATAL EXCEPTION: camera
                  Process: com.beepiz.cameracoroutines.sample, PID: 4679
                  kotlinx.coroutines.experimental.channels.ClosedSendChannelException: Channel was closed
                      at kotlinx.coroutines.experimental.channels.ConflatedBroadcastChannel$Closed.getSendException(ConflatedBroadcastChannel.kt:61)
                      at kotlinx.coroutines.experimental.channels.ConflatedBroadcastChannel.offer(ConflatedBroadcastChannel.kt:222)
                      at com.beepiz.cameracoroutines.CamCaptureSession.stateCallback(CamCaptureSession.kt:127)
                      at com.beepiz.cameracoroutines.CamCaptureSession.access$stateCallback(CamCaptureSession.kt:32)
                      at com.beepiz.cameracoroutines.CamCaptureSession$sessionStateCallback$1.onReady(CamCaptureSession.kt:67)
                      at android.hardware.camera2.impl.CallbackProxies$SessionStateCallbackProxy.lambda$onReady$2(CallbackProxies.java:74)
                      at android.hardware.camera2.impl.-$$Lambda$CallbackProxies$SessionStateCallbackProxy$Hoz-iT1tD_pl7sCGu4flyo-xB90.run(Unknown Source:4)
                      at android.os.Handler.handleCallback(Handler.java:873)
                      at android.os.Handler.dispatchMessage(Handler.java:99)
                      at android.os.Looper.loop(Looper.java:193)
                      at android.os.HandlerThread.run(HandlerThread.java:65)
@LouisCAD LouisCAD added the bug Something isn't working label Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants