Chromium Code Reviews
DescriptionFix trace parameter showing gibberish.
The async trace call affected by this CL used to add two |char *| arguments to
the event of type which are *not* copied and were -- one potentially the other
always -- destroyed before they were actually used at the event end. This caused
gibberish to be sometimes presented in the trace report view.
This CL fixes that by converting them to std:string values which are always
stored as copies.
BUG=645686
Committed: https://crrev.com/44ec5ba689f1949babb12bd10f5e9b38eb05f257
Cr-Commit-Position: refs/heads/master@{#424470}
Patch Set 1 #Patch Set 2 : Trying to fix unsupported string type (Windows build) #Patch Set 3 : One more attempt to fix Windows build issue. #Messages
Total messages: 21 (16 generated)
|