SystemServer
2017-05-24 16:23:33 0 举报
SystemServer
作者其他创作
大纲/内容
createSystemContext()初始化系统 context
Installer.onStart()
Installer.waitForConnection
Register/StartSystemService.onStart()
startBootstrapServices()
startOtherServices()
ServiceManager.startServer()TelecomLoaderServiceCameraServiceAlarmManagerServiceBluetoothServiceUiModeManagerService... 太多了
SystemServer.main()
startCoreServices()
ServiceManager.addService启动PackageManagerServiceUserManagerService
ServiceManager.startServer()BatteryServiceUsageStatsServiceWebViewUpdateService
ServiceManager.startServer(Installer)
start方式启动ServiceServiceManager.startServer()Installer 必须先启动PowerManagerServiceLightsServiceDisplayManagerService
new SystemServiceManager()初始化SystemServiceManager用于管理各种系统Service
Looper.prepareMainLooper();Looper.loop();初始化异步消息
ServiceManager.addService启动SchedulingPolicyServiceAccountManagerServiceAlarmManagerServiceInputManagerService... 太多了
SystemClock.setCurrentTimeMillis设置系统时间SystemProperties 设置系统时间,语言,位置...
SystemServer.run()
收藏
收藏
0 条评论
下一页