Searched refs:devFile (Results 1 - 1 of 1) sorted by relevance

/build/
H A Denvsetup.sh1235 local devFile=/data/local/tmp/hprof-$targetPid
1237 echo "Storing data at $devFile"
1238 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1245 echo "Retrieving file $devFile..."
1246 adb ${adbOptions} pull $devFile $localFile
1248 adb ${adbOptions} shell rm $devFile

Completed in 47 milliseconds