mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 06:48:38 +09:00
Telemetry: Remove stubs and related code
This commit is contained in:
parent
10053448d6
commit
aea50f182f
134 changed files with 68 additions and 3422 deletions
|
|
@ -706,12 +706,6 @@ nsFrameMessageManager::SendRpcMessage(const nsAString& aMessageName,
|
|||
static bool
|
||||
AllowMessage(size_t aDataLength, const nsAString& aMessageName)
|
||||
{
|
||||
static const size_t kMinTelemetryMessageSize = 8192;
|
||||
|
||||
if (aDataLength < kMinTelemetryMessageSize) {
|
||||
return true;
|
||||
}
|
||||
|
||||
NS_ConvertUTF16toUTF8 messageName(aMessageName);
|
||||
messageName.StripChars("0123456789");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue