commit | 4013595d91898c5a18fbc480cbd4023c4307ec62 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Jul 28 08:30:35 2017 -0700 |
committer | Alex Light <allight@google.com> | Fri Jul 28 08:30:35 2017 -0700 |
tree | e90084f96947217fb5339c9e6fabfbe1c0fbdcc3 | |
parent | 2e53f8f69f8c4175085e337445ec42aa045a2f7f [diff] |
Make 1917 less flaky We were racing the target thread slightly which meant that the output could change as the target thread is in an unexpected position when we dump it's stack. This makes sure we wait until the target thread actually goes to sleep before dumping its stack. Bug: 64134910 Test: ./test.py --host -j50 Change-Id: Ifaf9686e3fa9a1991858f9f0119e589e83169640