OSDN Git Service

Make dex file loading failure more explicit about failure.
authorAlex Light <allight@google.com>
Wed, 20 Apr 2016 21:26:34 +0000 (14:26 -0700)
committerAlex Light <allight@google.com>
Wed, 20 Apr 2016 21:31:03 +0000 (14:31 -0700)
commit3045b66613404fa973aafc8c2aae3728e9c12d9a
treec59383d5e791a5e7e7d30ee8092d0663df44a4cd
parent6435910a65067fb38477232b2620cc53978b13c7
Make dex file loading failure more explicit about failure.

We make sure that if we fail to load a dex file due to having an
unsupported dex version number we will say so explicitly in the
exceptions.

Bug: 28269864
Change-Id: I3c61d088cd0d04cf2a02246e69a4161180e3f2d8
runtime/oat_file_manager.cc