chromecast: trace.py: Add support for requesting compressed traces
This adds the ability for trace.py to request compression of traces, giving us much more headroom in /tmp. Compressed traces are about 1/10th the size of uncompressed traces. Compressed traces have to be base64 decoded when read from the websocket, since those have a bizarre requirement that the payload be valid utf-8. BUG=791708 Change-Id: I22f0c4aa70e22d9a33e3f2d3dd9a2180df33a815 Reviewed-on: https://chromium-review.googlesource.com/812012Reviewed-by:Luke Halliwell <halliwell@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#522304}
Showing
Please register or sign in to comment