Do not block main thread when setting crash report keys
Do not wait for the Breakpad thread when setting a value. The Breakpad thread can be busy for quite a long time (seconds) waiting for it will freeze the UI thread. The get functions are still blocking but are only used in tests. Bug: 960378 Change-Id: Ia9d58087baaecfe5e42f798cfbb8c37bb4859c42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1605409Reviewed-by:Robert Sesek <rsesek@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#658568}
Showing
Please register or sign in to comment