Add more mach_msg logging instrumentation
Created attachment 297212 [details] Patch
Comment on attachment 297212 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=297212&action=review > Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm:286 > + WKSetCrashReportApplicationSpecificInformation((CFStringRef)[NSString stringWithFormat:@"Unhandled error code %x, message '%@'", kr, message->messageName()]); Wish we had bridging_cast to use in places like this. > Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm:321 > + message->setMessageName((__bridge CFStringRef)[NSString stringWithFormat:@"%s:%s:", encoder->messageReceiverName().toString().data(), encoder->messageName().toString().data()]); Ditto.
Committed r209876: <http://trac.webkit.org/changeset/209876>