commit | 86b10c5c8b40bf6189692b1bd35d04ad2cef2fa8 | [log] [tgz] |
---|---|---|
author | Sami Kyostila <skyostil@chromium.org> | Tue Feb 16 16:50:42 2021 +0000 |
committer | Sami Kyostila <skyostil@chromium.org> | Tue Feb 16 16:50:42 2021 +0000 |
tree | 1a0bc5f4ab7c3293fa7c02b8ef8b0b609b60ac9b | |
parent | b03b1e956e423b47614b8e75baec1fc4e85076d3 [diff] [blame] |
tracing: Record process and thread names into the trace Change-Id: Iccd097d7d156b8f7f781fbddba60b914c70e174b
diff --git a/CHANGELOG b/CHANGELOG index 36fca95..901fd17 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -9,6 +9,7 @@ * Use process start time hashed with the process id as a unique process identifier, allowing multiple independent users of the SDK in the same process to interleave their events on shared tracks. + * Record process and thread names into the trace. v12.1 - 2021-02-01: