Copying Trace Files to a Host Machine
After your application has run and the system has created your trace files <trace-base-name>.trace
on a device or emulator, you must copy those files to your development computer. You can use adb pull
to copy
the files. Here's an example that shows how to copy an example file,
calc.trace, from the default location on the emulator to the /tmp directory on
the emulator host machine:
adb pull /sdcard/calc.trace /tmp