commit | 8ea9b3711a5cc6c2d9ec4fe1e57e8c36fc62bced | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Wed Sep 04 15:52:41 2019 -0700 |
committer | Alex Light <allight@google.com> | Wed Sep 04 23:02:16 2019 +0000 |
tree | 77ec6a1b7c2864f8e05f4a35d92abf0689b6d837 | |
parent | 9d4fb714d84031f136bd1d5f0b70d53e710e5abf [diff] |
Use j.l.ThreadGroup class directly for GetThreadGroupInfo We were using the class of the input to GetThreadGroupInfo in some situations. This could lead to us reading the wrong field or not finding expected fields. Change to always directly use the j.l.ThreadGroup class from WellKnownClasses. Also use some handles in this function. Test: ./test.py --host Bug: 140521090 Change-Id: I3560662718311ccc0fa9b906f178407350ce9960