ART: Fix ObjectFree reporting
Free events should not be dispatched to all registered envs. They are specific to the env that the tag came from. Add a DispatchEvent that takes an env, add an env field to the tagging table, and connect the two. Update the stress test. Make it actually work with a tagging function for the second env. Bug: 36648696 Test: ./test.py --host -r -t 905 Change-Id: I485ef1a6a57e233a2c2128b30cae93532676b3bf
Loading
Please sign in to comment