mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
don't allow TestLatency to run when MOZ_IPC_MESSAGE_LOG is set
This commit is contained in:
parent
b0a9529f7f
commit
9d64f5f777
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user