From 804393b369c074d9abdc012c8060b7a76af52145 Mon Sep 17 00:00:00 2001 From: Tommi Date: Fri, 8 May 2020 14:19:53 +0200 Subject: [PATCH] Removing incorrect DCHECK - breaks android Bug: webrtc:11489 Change-Id: Ied9ea3095ebe6e42b2be05902b23be306037abbb NoTry: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/174749 Reviewed-by: Philip Eliasson Commit-Queue: Tommi Cr-Commit-Position: refs/heads/master@{#31190} --- video/receive_statistics_proxy2.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/video/receive_statistics_proxy2.cc b/video/receive_statistics_proxy2.cc index 3e1bcbc4a4..bf2eda086d 100644 --- a/video/receive_statistics_proxy2.cc +++ b/video/receive_statistics_proxy2.cc @@ -589,7 +589,6 @@ void ReceiveStatisticsProxy::UpdateDecodeTimeHistograms( int width, int height, int decode_time_ms) const { - RTC_DCHECK_RUN_ON(&decode_queue_); // TODO(bugs.webrtc.org/11489): Consider posting the work to the worker // thread.