Bug 1360642: Increase SAMPLER_MAX_STRING_LENGTH to capture more URLs. r=mstange

--HG--
extra : rebase_source : b4cbbce0b1240190d93488daa06456536588cf55
This commit is contained in:
David Major 2017-05-01 16:26:39 -04:00
parent c6c857360d
commit e5d98f2a57

View File

@ -675,7 +675,7 @@ AddDynamicCodeLocationTag(ProfileBuffer* aBuffer, const char* aStr)
}
}
static const int SAMPLER_MAX_STRING_LENGTH = 128;
static const int SAMPLER_MAX_STRING_LENGTH = 512;
static void
AddPseudoEntry(PSLockRef aLock, ProfileBuffer* aBuffer,