0

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?

rohangulati
  • 251
  • 1
  • 4
  • 12

1 Answers1

0

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 .trace command.

Yes, you can. External storage is not removable storage, and all versions of the Nexus 7 have external storage.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491