error in pulling trace file -sdcard

Posted by con_9 on Stack Overflow See other posts from Stack Overflow or by con_9
Published on 2010-05-21T04:43:07Z Indexed on 2010/05/21 4:50 UTC
Read the original article Hit count: 206

Filed under:

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

© Stack Overflow or respective owner

Related posts about android