commit | d42a22f7eddacad1a282d72170cbecf9d3e2cb6e | [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 17:52:24 2017 -0700 |
tree | 30b3a3be3b90b6594cfb74fcd16faed3ba4303ad | |
parent | baf6679d02a198c7e8a98bbb9d812498f850a140 [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 (cherry picked from commit 460b336d6a05a8527633ab5c4509988ebb18ed30)