Skip to content

标签:fork

1 篇文章:

  • Zygote进程的fork — 在Android系统中,Zygote进程是所有Android应用程序进程的母进程。当系统启动时,会首先启动一个初始化进程Init,Init随后会启动SystemServer进程,而SystemServer进程中会孵化出Zygote进程。Zygote初始化时会预?

Updated at:

Released under the MIT License.