commit | 460b336d6a05a8527633ab5c4509988ebb18ed30 | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Thu Mar 30 16:40:47 2017 -0700 |
committer | Josh Gao <jmgao@google.com> | Thu Mar 30 16:49:02 2017 -0700 |
tree | 38228ade115294c3a0abfba2650f190ce2ebd446 | |
parent | 807a45807b679ced93ca3af971a30874cffd1929 [diff] |
tombstoned: fix a race between intercept and crash_dump. Previously, there was no way to detect when tombstoned processed an intercept request packet, making it possible for a intercept request followed by a crash_dump being processed in the wrong order. Add a response to intercept registration, to eliminate this race. Test: debuggerd_test Change-Id: If38c6d14081ebc86ff1ed0edd7afaeafc40a8381