commit | 2d0691c7e14b09c9b6c23f88a160e46929601dd5 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Thu Oct 03 14:36:57 2019 -0700 |
committer | Alex Light <allight@google.com> | Tue Oct 08 11:09:53 2019 -0700 |
tree | 6b7371aa734e886495e5b9f5b977c95f876ff4fd | |
parent | 835504011f685e6c1d75bc4c8620d790875fddb5 [diff] |
Perform agent startup-attach before bind We were performing agent startup-attach during bind but this was too late for some agents, as it occurred after Context was created. Change implementation to make this occur prior to bind. Test: atest CtsJvmtiAttachingHostTestCases Bug: 142010970 Change-Id: I5f75e8b3c508116762b7863d9b47251d0e808ea9