Home | History | Annotate | Download | only in build

Lines Matching refs:devFile

1127     local devFile=$sdcard/hprof-$targetPid
1128 #local devFile=/data/local/hprof-$targetPid
1130 echo "Storing data at $devFile"
1131 adb ${adbOptions} shell am dumpheap $targetPid $devFile
1138 echo "Retrieving file $devFile..."
1139 adb ${adbOptions} pull $devFile $localFile
1141 adb ${adbOptions} shell rm $devFile