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:
haysc 2016-07-29 12:03:51 -07:00 committed by Commit bot
parent cd2553937e
commit 7a11ae3c7c

View File

@ -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:^{