Improving Android Boot Time

   

This page has notes and materials in support of Tim Bird's presentation "Improving Android Bootup Time", which he gave at LinuxCon North America, 2010.

Contents

 [hide

Abstract

Android is a relatively new distribution of Linux, with a completely different user space implementation, compared to desktop or enterprise Linux. It also has some rather horrible boot times. But it's popular - so Tim decided to take a look and see if the bootup time of a standard Android system could be improved. This presentation describes how well he succeeded in this venture. Tim will present methods of measuring kernel and user-space bootup time on an Android system, as well as present some ideas for places where Android bootup time could be improved.

Presentation

Here's the final presentation which was given at LinuxCon North America, August 2010:

Outline

See Improving Android Boot Time Outline


Raw Data

[Still need to post my raw data here]

Resources

logdelta

Here is the 'logdelta' program, which can be used to see the time between logcat lines.  Using logcat, grep, and logdelta, you can usually figure out how long certain operations are taking, based on the log timestamps.

  • Media:Logdelta.txt - the logdelta program
    • Note: I had to give the program a .txt extension, in order to upload it to the elinux wiki. When you download it, rename it and make it executable with
      • mv Logdelta.txt logdelta; chmod a+x logdelta

instrumentation patches

Here is a patch which instruments the class preloading and the package scanning, to give more verbose output during these phases of the bootup.  Note that these will make booting much more verbose, which will very likely overrun your logcat buffers. So you may need to grab the data with the 'logcat' command soon after the operation you are interested in occurs.

parseZipArchive patch

This patch removes the per-file signature check in parseZipArchive().  It also adds some logging to show how long the open operation is taking, in ZipFileRO::open

These routines are in the source file: frameworks/base/libs/utils/ZipFileRO.cpp

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值