commit | 35a872c0e6752f1c2ccd1fd15f6f721612ee180a | [log] [tgz] |
---|---|---|
author | ehmaldonado <ehmaldonado@webrtc.org> | Fri Jul 28 07:29:12 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jul 28 14:29:12 2017 +0000 |
tree | f72f215d2f2a6d3b0381dba54db8034b5a8fb5a6 | |
parent | 836f60cda1775d65f233f17501f5fdad96e0fbc0 [diff] [blame] |
Make RTCStatsReport::ToString() return JSON-parseable string. BUG=chromium:653087 Review-Url: https://codereview.webrtc.org/2983243002 Cr-Commit-Position: refs/heads/master@{#19180}
diff --git a/webrtc/pc/rtcstats_integrationtest.cc b/webrtc/pc/rtcstats_integrationtest.cc index 47fa0e3..56a4ef1 100644 --- a/webrtc/pc/rtcstats_integrationtest.cc +++ b/webrtc/pc/rtcstats_integrationtest.cc
@@ -336,7 +336,7 @@ } EXPECT_TRUE(verify_successful) << "One or more problems with the stats. This is the report:\n" << - report_->ToString(); + report_->ToJson(); } bool VerifyRTCCertificateStats(