Backed out changesets 21b77163bf9f and ebcfdf7200db (bug 922919) because the logging code is no longer needed. r=khuey

This commit is contained in:
Alan Huang 2013-12-10 11:25:01 +08:00
parent d5e5d7ff3f
commit d3518a05a4
2 changed files with 1 additions and 5 deletions

View File

@ -212,10 +212,8 @@ function expectPriorityWithBackgroundLRUSet(childID, expectedBackgroundLRU) {
'process-priority-with-background-LRU-set',
function(subject, topic, data) {
dump("browserElementTestHelpers got notify: topic "+ topic + ", data " + data +"\n");
[id, priority, cpuPriority, backgroundLRU] = data.split(":");
if (id != childID) {
dump("id(" + id + ") != childID(" + childID + ")\n");
return;
}

View File

@ -43,9 +43,7 @@
//
// (Wow, our logging story is a huge mess.)
#ifndef HAVE_64BIT_OS
#define ENABLE_LOGGING 1
#endif
// #define ENABLE_LOGGING 1
#if defined(ANDROID) && defined(ENABLE_LOGGING)
# include <android/log.h>