uber / nanoscope

An extremely accurate Android method tracing tool.
Apache License 2.0
1.25k stars 68 forks source link

Stream trace data to HTML file to avoid OOMs #39

Closed Leland-Takamine closed 6 years ago

Leland-Takamine commented 6 years ago

Instead of reading trace data into memory before writing to the html file, stream the data to prevent OOMs.

Fixes #32