Fix missing string copy for a font trace event
The trace event is setting an args on a SkString which may no longer exists when the trace event id dumped. This trace event needs to duplicate the string. As this is a SkString, we can't use the default tracing macro that detect a str::string argument. R=oysteine@chromium.org TBR=drott@chromium.org Change-Id: I2935bb8162c79edc2f3dc213eb1600fa7f2183e5 Reviewed-on: https://chromium-review.googlesource.com/c/1486873 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#635241}
Showing
Please register or sign in to comment