commit | ae37a31c016df5b5350ff9dad95068a05ffa37ef | [log] [tgz] |
---|---|---|
author | Spencer Low <CompareAndSwap@gmail.com> | Mon Sep 03 16:03:22 2018 -0700 |
committer | Spencer Low <CompareAndSwap@gmail.com> | Mon Sep 03 16:11:33 2018 -0700 |
tree | 0665e366abd0a66c3bca64a95d45225c90f424e9 | |
parent | 43ea22458e21a58c5e04575d1bbf4dbb5e31f164 [diff] |
adb: win32: set thread names Use a new Windows 10 API, SetThreadDescription(). Background info from a Chrome developer: https://randomascii.wordpress.com/2015/10/26/thread-naming-in-windows-time-for-something-better/ Test: Win10, Vista, adb shell Test: Ran windbg -pn adb.exe, used .dump /ma to create a dump, ran `dx -g @$curprocess.Threads' on the dump and it showed the thread names. Change-Id: I14ea7121605cb3fa45ce7b59e2ba5882a215b59f Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>