• 软件测试技术
  • 软件测试博客
  • 软件测试视频
  • 开源软件测试技术
  • 软件测试论坛
  • 软件测试沙龙
  • 软件测试资料下载
  • 软件测试杂志
  • 软件测试人才招聘
    暂时没有公告

字号: | 推荐给好友 上一篇 | 下一篇

Android手机系统的性能测试工具

发布: 2011-1-25 10:29 | 作者: 网络转载 | 来源: 领测软件测试网采编 | 查看: 506次 | 进入软件测试论坛讨论

领测软件测试网

 

 二、编译linux内核映像

  a)准备交叉编译工具链

  android代码树中有一个prebuilt项目,包含了我们编译内核所需的交叉编译工具。

  b)设定环境变量

  $ emacs ~/.bashrc

  增加如下两行:

  export PATH=$PATH:~/android/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin

  export ARCH=arm

  保存后,同步变化:

  $ source ~/.bashrc

  c)获得合适的内核源代码

  $ cd ~/android

  获得内核源代码仓库

  $ git clone git://android.git.kernel.org/kernel/common.git kernel

  $ cd kernel

  $ git branch

  显示

  * android-2.6.27

  说明你现在在android-2.6.27这个分支上,也是kernel/common.git的默认主分支。

  显示所有head分支:

  $ git branch -a

  显示

  * android-2.6.27

  remotes/origin/HEAD -> origin/android-2.6.27

  remotes/origin/android-2.6.25

  remotes/origin/android-2.6.27

  remotes/origin/android-2.6.29

  remotes/origin/android-goldfish-2.6.27

  remotes/origin/android-goldfish-2.6.29

  我们选取最新的android-goldfish-2.6.29,其中goldfish是android的模拟器模拟的CPU。

  $ git checkout -b android-goldfish-2.6.29 origin/android-goldfish-2.6.29

  $ git branch

  显示

  android-2.6.27

  * android-goldfish-2.6.29

  我们已经工作在android-goldfish-2.6.29分支上了。

  d)设定交叉编译参数

  打开kernel目录下的Makefile文件,把CROSS_COMPILE指向刚才下载的prebuilt中的arm-eabi编译器

  CROSS_COMPILE ?= arm-eabi-

  把

  LDFLAGS_BUILD_ID = $(patsubst -Wl$(comma)%,%,\

  $(call ld-option, -Wl$(comma)–build-id,))

  这一行注释掉,并且添加一个空的LDFLAGS_BUILD_ID定义,如下:

  LDFLAGS_BUILD_ID =

  e)编译内核映像

  $ cd ~/android/kernel

  $ make goldfish_defconfig

  $ make menuconfig

  修改内核配置如下

  General setup --->

  [*] Profiling support (EXPERIMENTAL)

  [ ] Activate markers

  [*] OProfile system profiling (EXPERIMENTAL)

  这是把OProfile直接编进内核,也可以选择[M] OProfile system profiling (EXPERIMENTAL)会在arch/arm/oprofile文件夹下生成oprofile.ko,oprofile.ko需要用insmod载入。

  $make

  f)测试生成的内核映像

  $ emulator -avd myavd -kernel ~/android/kernel/arch/arm/boot/zImage

延伸阅读

文章来源于领测软件测试网 https://www.ltesting.net/

32/3<123>

关于领测软件测试网 | 领测软件测试网合作伙伴 | 广告服务 | 投稿指南 | 联系我们 | 网站地图 | 友情链接
版权所有(C) 2003-2010 TestAge(领测软件测试网)|领测国际科技(北京)有限公司|软件测试工程师培训网 All Rights Reserved
北京市海淀区中关村南大街9号北京理工科技大厦1402室 京ICP备10010545号-5
技术支持和业务联系:info@testage.com.cn 电话:010-51297073

软件测试 | 领测国际ISTQBISTQB官网TMMiTMMi认证国际软件测试工程师认证领测软件测试网