You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/doc/booting.puml

16 lines
312 B
Plaintext

@startuml
participant init
participant Service
participant "Service Started" as C
participant "Command" as D
init -> Service: +ueventd
Service -> C: ueventd started
init -> Service: +apexd-bootstrap
Service -> C: apexd-bootstrap started
init -> D !!: 'mkdir /acct/uid'
init -> D: update_linker_config
@enduml