mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-13 00:41:02 +00:00
Fix port of CrashReportUploadThread to windows
util/thread/ doesn't automatically start, contrary to previous pthread implementation. Thanks to mihnea@arkaos.net for the patch. R=mark@chromium.org BUG=https://codereview.chromium.org/1295363002/#msg5 Review URL: https://codereview.chromium.org/1286383006 .
This commit is contained in:
parent
86419cf788
commit
4f2d2018de
@ -177,6 +177,7 @@ void CrashReportUploadThread::Start() {
|
||||
|
||||
running_ = true;
|
||||
thread_.reset(new internal::CrashReportUploadHelperThread(this));
|
||||
thread_->Start();
|
||||
}
|
||||
|
||||
void CrashReportUploadThread::Stop() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user