简体   繁体   中英

Android : Profiling code performance in Nexus 7 using TraceView

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM