diff options
Diffstat (limited to 'tools/symbolize.sh')
| -rwxr-xr-x | tools/symbolize.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/symbolize.sh b/tools/symbolize.sh index b66191f9b0..0168e7db2f 100755 --- a/tools/symbolize.sh +++ b/tools/symbolize.sh @@ -52,7 +52,7 @@ function all() { DIRS=$(adbls /data/dalvik-cache/) for DIR in $DIRS ; do case $DIR in - arm|arm64|mips|x86|x86_64) + arm|arm64|mips|mips64|x86|x86_64) FILES=$(adbls /data/dalvik-cache/$DIR/*.oat /data/dalvik-cache/$DIR/*.dex) for FILE in $FILES ; do # Cannot use basename as the file doesn't exist. |
