error in pulling trace file -sdcard
- by con_9
hi ,Can anybody help me out with traceview!
I created sdcard and mounted it on my emulator , after closing my app , when i try to pull to copy the files (using command:adb pull /sdcard/calc.trace /tmp)i get this error:"remote object /sdcard/calc.trace does not exist".I am listin gdown the commands in sequence.
1)f:mksdcard 1024 ./myimage
2)f:emulator -sdcard ./myimage -avd 1
3)(After running my app and exiting the app)adb pull /sdcard/calc.trace /tmp
in my activity i have start/stop method tracing with fiename calc.trace.
n ya i am running windows --"\"
regards