I want to use traceview in android in eclipse. I have a few questions:
1. Does my emulator phone need to have a sd card for traceview to work?
2. Is there anyway to start tr
You don't need an sdcard if you specify an absolute path to Debug.startMethodTracing. Be aware, though that tracing can generate enormous files, so use it sparingly if you aren't going to use the sdcard. I don't think there's a way to start traceview directly from eclipse.