I don't know what you mean about bootstrap dex files.  On a production
build, there are no dex files in the system image, only optimized dex (odex)
files.

On Wed, Aug 26, 2009 at 10:56 AM, vanquisher sinner <
vanquisher.sin...@gmail.com> wrote:

>
> Thanks. But what about the bootstrap dex files are they treated
> differently?
>
> On Tue, Aug 25, 2009 at 4:17 PM, Dianne Hackborn<hack...@android.com>
> wrote:
> > Development builds aren't pre-dexed, so during the first boot (or any
> boot
> > where a dex file or any libs it is dependent on have changed) the system
> > will need to run dexopt.
> >
> > On production builds, the optimized dex files are included with the
> system
> > image, so none of this has to happen.  The only thing that will happen is
> > when booting after a system update dexopt will be run for all third party
> > apps to re-optimize them with the new system.
> >
> > On Tue, Aug 25, 2009 at 3:32 PM, human android <
> vanquisher.sin...@gmail.com>
> > wrote:
> >>
> >> Why does the first boot after flashing take so long to boot up?
> >> I read about dexopt that it does preverification and optimization of
> >> dex files. But does this happen only on the first boot or on
> >> consecutive boots as well?
> >>
> >
> >
> >
> > --
> > Dianne Hackborn
> > Android framework engineer
> > hack...@android.com
> >
> > Note: please don't send private questions to me, as I don't have time to
> > provide private support, and so won't reply to such e-mails.  All such
> > questions should be posted on public forums, where I and others can see
> and
> > answer them.
> >
> >
> > >
> >
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support, and so won't reply to such e-mails.  All such
questions should be posted on public forums, where I and others can see and
answer them.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to