commit | 50beee3a2c1c552b6e87657f87f35ff95764cdb2 | [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 | 640ceee567c7f7e3832f9de189580fd3e138e951 [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>