зеркало из https://github.com/mozilla/gecko-dev.git
don't allow TestLatency to run when MOZ_IPC_MESSAGE_LOG is set
This commit is contained in:
Родитель
e39d5bd323
Коммит
6415e6908c
|
@ -36,6 +36,9 @@ TestLatencyParent::~TestLatencyParent()
|
|||
void
|
||||
TestLatencyParent::Main()
|
||||
{
|
||||
if (mozilla::ipc::LoggingEnabled())
|
||||
NS_RUNTIMEABORT("you really don't want to log all IPC messages during this test, trust me");
|
||||
|
||||
PingPongTrial();
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче