arm-linux

http://armboard.taobao.com/

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年1月12日

摘要: System Server是Android系统的核心,他在Dalvik虚拟机启动后立即开始初始化和运行。其它的系统服务在System Server进程的环境中运行。/base/services/java/com/android/server/SystemServer.javaJava代码 /** *ThismethodiscalledfromZygotetoinitializethesystem.Thiswillcausethenative*services(SurfaceFlinger,AudioFlinger,etc..)tobestarted.Afterthatitwillcallbac 阅读全文
posted @ 2012-01-12 15:59 arm-linux 阅读(6211) 评论(0) 推荐(0) 编辑