| commit | 2b620a281492282b948e83f34cd8acb47beab034 | [log] [tgz] |
|---|---|---|
| author | Mike Frysinger <[email protected]> | Sun Sep 15 18:15:01 2013 |
| committer | chrome-internal-fetch <[email protected]> | Fri May 30 23:28:02 2014 |
| tree | 349872a8dd0f6effc359ffd79a0699faadc5a327 | |
| parent | d6e2746b3cad48f245e0ac40209d80a22ccd245e [diff] |
crash_sender: delete redundant logic for parallel runs A recent commit added global locking support via `flock` (see CL:65556). With that in place, we no longer need this ad-hoc pid checking. Advantage is that the flock is race free (both with file reads/writes and pid #s). BUG=chromium:199491 TEST=`cbuildbot x86-generic-full` works TEST=`crash_sender` on board works CQ-DEPEND=CL:201495 Change-Id: I00d48544856cc5fad60c6129f5c193abdde45f02 Reviewed-on: https://chromium-review.googlesource.com/169486 Reviewed-by: Rohit Makasana <[email protected]> Commit-Queue: Mike Frysinger <[email protected]> Tested-by: Mike Frysinger <[email protected]>