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:
parent
43a85f0343
commit
b0b721a68c
@ -32,7 +32,7 @@ namespace webrtc {
|
||||
|
||||
namespace {
|
||||
|
||||
const int kStatTypeMemberNameAndIdMaxLen = 120;
|
||||
const int kStatTypeMemberNameAndIdMaxLen = 512;
|
||||
|
||||
std::string GetStatTypeMemberNameAndId(const RTCStats& stats,
|
||||
const RTCStatsMemberInterface* member) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user