DescriptionWindows Breakpad: Allow the crash dump dir and pipe name to be overridden
Change crash_service.exe so that the named pipe it listens on
(normally global) and the directory it writes to (normally per-user)
can both be overridden via command line options.
Similarly, add an environment variable to Chromium for connecting to
crash_service.exe via a non-default named pipe.
This will allow automated tests of Chromium's Breakpad crash reporting
to be more robust. A test runner can use a temp dir for crashes and a
temporary named pipe, so that it does not have to worry about
pre-existing instances of crash_service.exe or pre-existing dump
files.
BUG=http://code.google.com/p/nativeclient/issues/detail?id=2006
TEST=inbrowser_crash_test in the NaCl tree, with the change http://codereview.chromium.org/7569002
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95714
Patch Set 1 #Patch Set 2 : Fix upload #Patch Set 3 : Fix upload #
Total comments: 1
Patch Set 4 : Use GetEnvironmentVariableW() instead of getenv() #Patch Set 5 : Fix to use W version of GetEnvironmentVariable #
Messages
Total messages: 6 (0 generated)
|