Name the crashpad handler thread
Thread names are great in general. They are specifically good when doing multi-process debugging because the names of the main threads are the best clue as to which process is which. The crashpad handler threads were notably missing names in a recent debugging session. This fixes that. This is being done in Windows specific Chromium code because that is where the benefit is greatest and because crashpad doesn't have a function to set thread names. Bug: 1004991 Change-Id: Id7163852c3a609856fc50b30932a313e3dd34a8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808450Reviewed-by:Lei Zhang <thestig@chromium.org> Commit-Queue: Bruce Dawson <brucedawson@chromium.org> Cr-Commit-Position: refs/heads/master@{#697744}
Showing
Please register or sign in to comment