Crate fidl_fuchsia_sys_internal
source ·Structs
A Stream of incoming requests for ComponentEventListener
A Stream of incoming requests for ComponentEventProvider
A Stream of incoming requests for CrashIntrospect
An incoming connection for logging from a component, attributed by appmgr.
A Stream of incoming requests for LogConnectionListener
A Stream of incoming requests for LogConnector
Identifies a component uniquely within the observing realm.
Example: hub/r/sys/4566/c/http.cmx/19226
realm_path: [root, sys]
component_url: “fuchsia-pkg://fuchsia.com/http#meta/http.cmx”
component_name: “http.cmx”
instance_id: 19226
Enums
Listener for events about the lifecycle of components.
Service exposed by appmgr that enables a component (such as archivist) to listen for
lifecycle events of components in the realm tree.
LogConnectorListener
receives attributed log connections from a consumer such as the Archivist.
This protocol is meant to be used with a LogConnector
.LogConnector
is implemented once per-realm by appmgr. Clients of this protocol call TakeLogConnectionListener
to
receive logs within the client’s realm.Constants
Maximum length for an environment label.