Getting a large amount of data with traceview

只谈情不闲聊 提交于 2019-12-13 04:12:24

问题


I'm running some benchmarks and some overflow the traceview buffer, I'm already using the max buffer size that I can (400MB). How can I get these data? (I need the hole benchmark to be traced, not only some smaller portions of the benchmark, each one in a different file)

Is it possible to flush the buffer to a file when it is full?

Is it possible to write everything directly in a file, instead of just when the trace stops?

any other alternative?

来源:https://stackoverflow.com/questions/13818619/getting-a-large-amount-of-data-with-traceview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!