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

/build/
H A Denvsetup.sh1311 local devFile=/data/local/tmp/hprof-$targetPid
1313 echo "Storing data at $devFile"
1314 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1321 echo "Retrieving file $devFile..."
1322 adb ${adbOptions} pull $devFile $localFile
1324 adb ${adbOptions} shell rm $devFile

Completed in 18 milliseconds