原创 Android Zygote Startup

Here are some miscellaneous notes on Android startup of the zygote process. This information is true for eclair, as of

原创 uboot-2011.12移植到S3C2440(序二)—— binutils二進制工具集與u-boot

概述 binutils是一組二進制工具集,它包括addr2line、ar、gprof、nm、objcopy、objdumpr、ranlib、size、strings、strip等。   ar軟件 ar用於建立、修改、提取庫文件。ar至少需

原创 Python開發工具 Wing IDE

WingIDE是個相當優秀的 IDE;其編輯器包括大量語言的語法標籤高亮顯示,雖然它只是個面向 Python 的工具。源代碼瀏覽器對瀏覽項目或模塊非常實用(表現在可導航源代碼和文檔行摘要中)。雖然沒有監視器,但調試器設計得很好。編

原创 ARM微處理器的指令集概述(四)——MOV和LDR的區別

以下內容爲轉載: 一   先讓我們看一段彙編代碼 LDR R0,=0x56000010 #R0 is set to be register GPBCON and is used to select pin function for Por

原创 android查看編譯時全部命令

m showcommands 點贊 收藏 分享 文章舉報 blueice8601 發佈

原创 Android Framework Startup

In this post I want to try and find out more stuff about theAndroid software framework initialises. Ipreviouslylooked

原创 Android Logging System

This article describes the Android logging system Contents [hide] 1Overview2Kernel driver3System and Application logg

原创 Android JIT帶來的虛擬機崩潰問題及解決方案

http://blog.csdn.net/a345017062/article/details/6397465 Android自從2.2開始加入了JIT技術,號稱速度提高了3~5倍。不過JIT的穩定性有待考證。。。 看一下這個i

原创 Using Bootchart on Android

This document describes how to use Bootchart with Android. Contents [hide] 1Introduction2Overview of Steps to Use Boo

原创 ARM微處理器的指令集概述(三)—— .word的含義

_undefined_instruction: .word undefined_instruction ldr pc, _undefined_instruction_undefined_instruction是一個標號,處理到這裏時,a

原创 Improving Android Boot Time

mproving Android Boot Time This page has notes and materials in support of Tim Bird's presentation "Improving Android

原创 Android - strace runtime

Lasttime I looked at the processes involved with initialising theAndroid Java framework. This wasn't able to give us m

原创 Debugging Android JNI with CheckJNI

[This post is by Elliott Hughes, a Software Engineer on the Dalvik team — Tim Bray] Although most Android apps run enti

原创 Android init language

Android Init Language: 來源於system/core/init --------------------- The Android Init Language consists of four broad clas

原创 The System Server in Android

In this post I will add some more detail on the system server in Android.