commit | e00ec30588a36eed90aa24eaca9dbc7520f17bf7 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Jun 16 08:56:43 2017 -0700 |
committer | Alex Light <allight@google.com> | Fri Jun 16 11:22:26 2017 -0700 |
tree | c31d512d62ae2d33b3f57a6549b4c585e0235627 | |
parent | 61944b0c756309a6cf4a3f03fe2aa515e3721621 [diff] |
Make native field operations call instrumentation listeners. Previously native reads and writes of fields would not be reported to instrumentation listeners. We filter these events out from the debugger since currently the debugger will deadlock if it tries to propagate them through JDWP. Bug: 62712031 Test: ./test.py --host --trace -j40 Test: ./art/tools/run-jdwp-tests.sh --mode=host Test: Manual Change-Id: Ibc75248bdca06537d8b4ff7bb890546136ffa161