Increase the size of the buffer for type.name.id.

BUG=chromium:653087

Review-Url: https://codereview.webrtc.org/2977363002
Cr-Commit-Position: refs/heads/master@{#19072}
This commit is contained in:
ehmaldonado 2017-07-18 04:27:08 -07:00 committed by Commit Bot
parent 43a85f0343
commit b0b721a68c

View File

@ -32,7 +32,7 @@ namespace webrtc {
namespace {
const int kStatTypeMemberNameAndIdMaxLen = 120;
const int kStatTypeMemberNameAndIdMaxLen = 512;
std::string GetStatTypeMemberNameAndId(const RTCStats& stats,
const RTCStatsMemberInterface* member) {