зеркало из https://github.com/mozilla/gecko-dev.git
Back out Bug 1071359 for using 8 MB (!?!) of memory per process on b2g. r=me a=me
This commit is contained in:
Родитель
2168d239a4
Коммит
ca92abc824
|
@ -7,9 +7,6 @@
|
|||
#include "prlog.h"
|
||||
#include "prenv.h"
|
||||
#include "webrtc/system_wrappers/interface/trace.h"
|
||||
#ifdef WEBRTC_GONK
|
||||
#include "webrtc/system_wrappers/interface/logcat_trace_context.h"
|
||||
#endif
|
||||
|
||||
#include "nscore.h"
|
||||
#ifdef MOZILLA_INTERNAL_API
|
||||
|
@ -56,10 +53,6 @@ public:
|
|||
};
|
||||
|
||||
static WebRtcTraceCallback gWebRtcCallback;
|
||||
#ifdef WEBRTC_GONK
|
||||
static webrtc::LogcatTraceContext gWebRtcLogcatCallback;
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef MOZILLA_INTERNAL_API
|
||||
void GetWebRtcLogPrefs(uint32_t *aTraceMask, nsACString* aLogFile, nsACString *aAECLogDir, bool *aMultiLog)
|
||||
|
@ -122,13 +115,8 @@ void ConfigWebRtcLog(uint32_t trace_mask, nsCString &aLogFile, nsCString &aAECLo
|
|||
logFile.Append(default_log);
|
||||
}
|
||||
#elif defined(ANDROID)
|
||||
#ifdef WEBRTC_GONK
|
||||
// Special case: use callback to log through logcat.
|
||||
logFile.Assign("logcat");
|
||||
#else
|
||||
// Special case: use callback to pipe to NSPR logging.
|
||||
logFile.Assign("nspr");
|
||||
#endif
|
||||
// for AEC, force the user to specify a directory
|
||||
aecLogDir.Assign("/dev/null");
|
||||
#else
|
||||
|
@ -149,10 +137,6 @@ void ConfigWebRtcLog(uint32_t trace_mask, nsCString &aLogFile, nsCString &aAECLo
|
|||
if (trace_mask != 0) {
|
||||
if (aLogFile.EqualsLiteral("nspr")) {
|
||||
webrtc::Trace::SetTraceCallback(&gWebRtcCallback);
|
||||
#ifdef WEBRTC_GONK
|
||||
} else if (aLogFile.EqualsLiteral("logcat")) {
|
||||
webrtc::Trace::SetTraceCallback(&gWebRtcLogcatCallback);
|
||||
#endif
|
||||
} else {
|
||||
webrtc::Trace::SetTraceFile(aLogFile.get(), multi_log);
|
||||
}
|
||||
|
|
|
@ -188,7 +188,6 @@
|
|||
['moz_widget_toolkit_gonk==1', {
|
||||
'defines' : [
|
||||
'WEBRTC_GONK',
|
||||
'WEBRTC_DIRECT_TRACE',
|
||||
],
|
||||
}],
|
||||
['restrict_webrtc_logging==1', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче