3.第三个开机画面的显示过程 第三个开机画面是由应用程序bootanimation来负责显示的。应用程序bootanimation在启动脚本init.rc中被配置成了一个服务,如下所示:service bootanim/system/bin/bootanimation user graphics group graphics ...
接下来我们就重点分析函数console_init_action的实现,以便可以了解第二个开机画面的显示过程:static int console_init_action(int nargs,char*args){ int fd;char tmp[PROP_VALUE_MAX];if(console[0]){ snprintf(tmp,sizeof(tmp),"/dev/s...