uber / nanoscope

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

Mitigate OOMs #32

Closed Leland-Takamine closed 6 years ago

Leland-Takamine commented 6 years ago

Large traces cause OOMs when generating the HTML, which is unsurprising based on how inefficient that logic is. Update the generation piece to be more memory efficient.