зеркало из https://github.com/mozilla/gecko-dev.git
Bug 831307: Log breakpoint-level IPC errors always. r=dougt,jdm,jst a=blocking-b2g
This commit is contained in:
Родитель
3a85a98855
Коммит
7eb129ce82
|
@ -115,9 +115,10 @@ LoggingEnabled()
|
|||
inline void
|
||||
ProtocolErrorBreakpoint(const char* aMsg)
|
||||
{
|
||||
if (LoggingEnabled()) {
|
||||
printf_stderr("Protocol error: %s\n", aMsg);
|
||||
}
|
||||
// Bugs that generate these error messages can be tough to
|
||||
// reproduce. Log always in the hope that someone finds the error
|
||||
// message.
|
||||
printf_stderr("IPDL protocol error: %s\n", aMsg);
|
||||
}
|
||||
|
||||
typedef IPCMessageStart ProtocolId;
|
||||
|
|
Загрузка…
Ссылка в новой задаче