Changeset 209831 in webkit


Ignore:
Timestamp:
Dec 14, 2016 1:31:26 PM (7 years ago)
Author:
andersca@apple.com
Message:

Add some instrumentation to try to detect a crash on the bots
https://bugs.webkit.org/show_bug.cgi?id=165866

Reviewed by Sam Weinig.

  • Platform/IPC/mac/ConnectionMac.mm:

(IPC::Connection::sendMessage):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r209826 r209831  
     12016-12-14  Anders Carlsson  <andersca@apple.com>
     2
     3        Add some instrumentation to try to detect a crash on the bots
     4        https://bugs.webkit.org/show_bug.cgi?id=165866
     5
     6        Reviewed by Sam Weinig.
     7
     8        * Platform/IPC/mac/ConnectionMac.mm:
     9        (IPC::Connection::sendMessage):
     10
    1112016-12-14  Dave Hyatt  <hyatt@apple.com>
    212
  • trunk/Source/WebKit2/Platform/IPC/mac/ConnectionMac.mm

    r209635 r209831  
    3333#include "MachUtilities.h"
    3434#include <WebCore/AXObjectCache.h>
     35#include <WebKitSystemInterface.h>
    3536#include <mach/mach_error.h>
    3637#include <mach/vm_map.h>
     
    283284
    284285    default:
     286        WKSetCrashReportApplicationSpecificInformation((CFStringRef)[NSString stringWithFormat:@"Unhandled error code %x", kr]);
    285287        CRASH();
    286288    }
Note: See TracChangeset for help on using the changeset viewer.