I am trying to profile my code using traceview as mentioned in the android tutorial . Since nexus 7 tab do not have a external sd card, so I am not able to pull the trace file using a adb pull <filename>.trace
command.
So my question is How can profiling be done in devices like nexus 7 which do not support external memory card?