mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out temporary logging changeset 9a72a7036822
This commit is contained in:
parent
99d956761e
commit
b4831e749e
@ -465,7 +465,6 @@ Are you executing $objdir/_tests/testing/mochitest/runtests.py?"""
|
||||
testURL += "?" + "&".join(urlOpts)
|
||||
|
||||
browserEnv["XPCOM_MEM_BLOAT_LOG"] = LEAK_REPORT_FILE
|
||||
browserEnv["NSPR_LOG_MODULES"] = "UrlClassifierDbService:5,UrlClassifierStreamUpdater:5"
|
||||
|
||||
if options.fatalAssertions:
|
||||
browserEnv["XPCOM_DEBUG_BREAK"] = "stack-and-abort"
|
||||
|
@ -38,12 +38,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsTraceRefcnt.h"
|
||||
|
||||
#ifdef NS_BUILD_REFCNT_LOGGING
|
||||
#define FORCE_PR_LOG
|
||||
#endif
|
||||
|
||||
#include "nsAutoPtr.h"
|
||||
#include "nsCOMPtr.h"
|
||||
#include "mozIStorageService.h"
|
||||
|
@ -36,12 +36,6 @@
|
||||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
#include "nsTraceRefcnt.h"
|
||||
|
||||
#ifdef NS_BUILD_REFCNT_LOGGING
|
||||
#define FORCE_PR_LOG
|
||||
#endif
|
||||
|
||||
#include "nsCRT.h"
|
||||
#include "nsIHttpChannel.h"
|
||||
#include "nsIObserverService.h"
|
||||
@ -417,8 +411,6 @@ NS_IMETHODIMP
|
||||
nsUrlClassifierStreamUpdater::OnStartRequest(nsIRequest *request,
|
||||
nsISupports* context)
|
||||
{
|
||||
LOG(("OnStartRequest"));
|
||||
|
||||
nsresult rv;
|
||||
PRBool downloadError = PR_FALSE;
|
||||
nsCAutoString strStatus;
|
||||
@ -535,7 +527,6 @@ nsUrlClassifierStreamUpdater::Observe(nsISupports *aSubject, const char *aTopic,
|
||||
const PRUnichar *aData)
|
||||
{
|
||||
if (nsCRT::strcmp(aTopic, gQuitApplicationMessage) == 0) {
|
||||
LOG(("Quit application"));
|
||||
if (mIsUpdating && mChannel) {
|
||||
LOG(("Cancel download"));
|
||||
nsresult rv;
|
||||
|
Loading…
Reference in New Issue
Block a user