commit | c49ec998a1d575eb950c529eacb837efbbc3fe17 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Mon Oct 25 13:29:43 2010 -0700 |
committer | Andy McFadden <fadden@android.com> | Mon Oct 25 13:29:43 2010 -0700 |
tree | 6ea2f4bf86900935ccd33009b0c6dee4412c8ab3 | |
parent | 78b06ea60c4ff7134cc688ca869d85248d7f4255 [diff] |
Improve dexdump temp file handling. When dexdump is handed a zip or APK, it has to unpack classes.dex to a temp file. It currently tries /tmp and /sdcard, neither of which are likely to exist on a Windows system. We now print a warning when those directories don't exist, and try to create the temp file in the current directory. Bug 3125957. Change-Id: I7724ce48c35f22ed4b5116dfe5783243107df6a1