commit | 7b014d17891102c35dc4b9eae29f3786447fd40c | [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 | 13b2c431f465850dcc084b46b6040449cba3ae9c [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