Fix GetThreadState with threads in kNative.
We were always returning JVMTI_THREAD_STATE_WAITING for threads in the kNative state. To prevent any similar problems from happening in the future we changed it so all thread-states are explicitly enumerated and handled in a switch statement. Test: ./test.py --host -j50 Bug: 67784165 Change-Id: I6646b36aa36cb4671bf95777aefc5c88b659e90f
Loading
Please sign in to comment