Revert of Release camera statistics after switching camera on CameraCapturer. (patchset #1 id:1 of https://codereview.webrtc.org/2353263002/ )
Reason for revert: Breaks bots. Original issue's description: > Release camera statistics after switching camera on CameraCapturer. > > BUG=webrtc:6397 > TBR=magjed@webrtc.org > NOTRY=True > > Committed: https://crrev.com/d5e9237b303e5fe253dc6530fbcf939921f4eaed > Cr-Commit-Position: refs/heads/master@{#14323} TBR=magjed@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:6397 Review-Url: https://codereview.webrtc.org/2353163003 Cr-Commit-Position: refs/heads/master@{#14324}
This commit is contained in:
@ -396,8 +396,6 @@ public abstract class CameraCapturer implements CameraVideoCapturer {
|
||||
}
|
||||
|
||||
Logging.d(TAG, "switchCamera: Stopping session");
|
||||
cameraStatistics.release();
|
||||
cameraStatistics = null;
|
||||
currentSession.stop();
|
||||
currentSession = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user