commit | c043ecdf418cd85501a5854fc7d48c64c1670434 | [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 | e8337a780713e47319b9a9e3d1e96e4ac87165d3 | |
parent | 14862afb9831ab2139c4ae9f5213846f89215307 [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>