Print entire error object for capture session error handler
NOTRY=True BUG= Review-Url: https://codereview.webrtc.org/2189133002 Cr-Commit-Position: refs/heads/master@{#13580}
This commit is contained in:
parent
cd2553937e
commit
7a11ae3c7c
@ -295,7 +295,7 @@ static cricket::VideoFormat const kIPhone4SFormat =
|
||||
- (void)handleCaptureSessionRuntimeError:(NSNotification *)notification {
|
||||
NSError *error =
|
||||
[notification.userInfo objectForKey:AVCaptureSessionErrorKey];
|
||||
RTCLogError(@"Capture session runtime error: %@", error.localizedDescription);
|
||||
RTCLogError(@"Capture session runtime error: %@", error);
|
||||
|
||||
[RTCDispatcher dispatchAsyncOnType:RTCDispatcherTypeCaptureSession
|
||||
block:^{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user