mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #21 - Remove Telemetry plumbing and fix build.
Note this won't give working applications. Requires FE changes and additional js module changes (next part).
This commit is contained in:
parent
92a1cc3139
commit
8d800b1cb0
205 changed files with 45 additions and 40519 deletions
|
|
@ -132,7 +132,6 @@ extern nsresult nsStringInputStreamConstructor(nsISupports*, REFNSIID, void**);
|
|||
#include "mozilla/Services.h"
|
||||
#include "mozilla/Omnijar.h"
|
||||
#include "mozilla/HangMonitor.h"
|
||||
#include "mozilla/Telemetry.h"
|
||||
#include "mozilla/BackgroundHangMonitor.h"
|
||||
|
||||
#include "nsChromeRegistry.h"
|
||||
|
|
@ -760,8 +759,6 @@ NS_InitXPCOM2(nsIServiceManager** aResult,
|
|||
RegisterStrongMemoryReporter(new VPXReporter());
|
||||
#endif
|
||||
|
||||
mozilla::Telemetry::Init();
|
||||
|
||||
mozilla::HangMonitor::Startup();
|
||||
mozilla::BackgroundHangMonitor::Startup();
|
||||
|
||||
|
|
@ -815,7 +812,6 @@ NS_InitMinimalXPCOM()
|
|||
|
||||
AbstractThread::InitStatics();
|
||||
SharedThreadPool::InitStatics();
|
||||
mozilla::Telemetry::Init();
|
||||
mozilla::HangMonitor::Startup();
|
||||
mozilla::BackgroundHangMonitor::Startup();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue