Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: webrtc/pc/rtcstatscollector.cc

Issue 2977363002: Increase the size of the buffer for type.name.id. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/rtcstatscollector.cc
diff --git a/webrtc/pc/rtcstatscollector.cc b/webrtc/pc/rtcstatscollector.cc
index 8fe03cc4b4c0f51718a2a28ff0fc0deadce3ef1b..281e4f6c9be0f8713a2cde4bbba1283adf17bc3d 100644
--- a/webrtc/pc/rtcstatscollector.cc
+++ b/webrtc/pc/rtcstatscollector.cc
@@ -32,7 +32,7 @@ namespace webrtc {
namespace {
-const int kStatTypeMemberNameAndIdMaxLen = 120;
+const int kStatTypeMemberNameAndIdMaxLen = 512;
tommi 2017/07/18 11:22:56 Let's go for 1024. The size doesn't matter that mu
std::string GetStatTypeMemberNameAndId(const RTCStats& stats,
const RTCStatsMemberInterface* member) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698