commit | 0198b1443707d575d30c2b20f1bc3766a9221e96 | [log] [tgz] |
---|---|---|
author | Andy McFadden | Thu Apr 02 14:48:56 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu Apr 02 14:48:56 2009 -0700 |
tree | 6b2d99577e8cecc3abb7dd1f68d158aec441e296 | |
parent | e1f560a62949e9a673a58a37a8c72dc8b15d9563 [diff] |
AI 144278: Some changes to make examination of flaky devices easier. Added "dexcheck" shell script, which runs the dexdump checksum verification against every file in /data/dalvik-cache. Added "-c" flag to dexdump, which quits after the checksum test (faster than sending everything to /dev/null). Initialize a ZipArchive struct earlier; without this dexdump was crashing in some situations when dealing with a nonexistent file. BUG=1749836 Automated import of CL 144278