commit | dbedb4e578f9376483fb531978a772693400cdf9 | [log] [tgz] |
---|---|---|
author | Andy McFadden <fadden@android.com> | Tue Aug 04 12:09:29 2009 -0700 |
committer | Andy McFadden <fadden@android.com> | Tue Aug 04 12:14:05 2009 -0700 |
tree | d5432c89b643259e535083612ce7dc7df762f7d5 | |
parent | 46dd16c8bf4f0732fc76cb38b13412c042394473 [diff] |
Throw an exception instead of aborting in DexFile. If presented with an invalid DexFile cookie -- perhaps because somebody called DexFile.close() twice -- the VM would unceremoniously abort. This was reported as a bug (external #2443). We now throw a simple exception. For internal bug 1794406.