Backed out temporary logging changeset 9a72a7036822

This commit is contained in:
Dave Townsend 2009-06-13 10:10:36 +01:00
Родитель 3deb2d8baf
Коммит 3de8a23205
3 изменённых файлов: 0 добавлений и 16 удалений

Просмотреть файл

@ -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;