commit | 2b66afffb8b51a4e68b508be1858dcde7706142e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 27 12:20:41 2016 -0700 |
committer | Rob Landley <rob@landley.net> | Wed Sep 28 15:19:19 2016 -0500 |
tree | 077355b610ddf27cc8453cab39e2780ae892959e | |
parent | 0b545a471ca8a0a6fc95838b5352510d181fa407 [diff] |
Show thread names with "ps -T" on Android. Android uses NAME rather than CMD by default, but that's not what we want with -T. Noticed because it broke systrace's reporting of thread names (see https://developer.android.com/studio/profile/systrace.html). Bug: 31741954