Home
last modified time | relevance | path

Searched refs:FILE_BASE (Results 1 – 1 of 1) sorted by relevance

/dalvik/tools/
Dget-hprof21 FILE_BASE="$1"
22 if [ "x$FILE_BASE" = "x" ]; then
24 FILE_BASE=`adb shell ls -l '/data/misc/heap-dump*.hprof' | tail -1 | \
26 if [ "x$FILE_BASE" = "x" ]; then
32 FILE_BASE=/data/misc/${FILE_BASE}
35 adb pull "$FILE_BASE" "$OUT_FILE"
37 echo "Failed pulling $FILE_BASE."