ENUMS
Severity flexible
Type: uint8
Defined in fuchsia.diagnostics.types/interest.fidl
The severity of a given record.
Name | Value | Description |
---|---|---|
TRACE |
16 |
Trace records include detailed information about program execution. |
DEBUG |
32 |
Debug records include development-facing information about program execution. |
INFO |
48 |
Info records include general information about program execution. (default) |
WARN |
64 |
Warning records include information about potentially problematic operations. |
ERROR |
80 |
Error records include information about failed operations. |
FATAL |
96 |
Fatal records convey information about operations which cause a program's termination. |
TABLES
ComponentDiagnostics resource
Defined in fuchsia.diagnostics.types/component.fidl
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
tasks |
ComponentTasks
|
ComponentTasks resource
Defined in fuchsia.diagnostics.types/component.fidl
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
component_task |
Task
|
|
2 |
parent_task |
Task
|
Interest
Defined in fuchsia.diagnostics.types/interest.fidl
Interest expresses the scope of clients' desired diagnostics data, e.g. for filtering messages or controlling their generation.
Ordinal | Field | Type | Description |
---|---|---|---|
1 |
min_severity |
Severity
|
Minimum desired severity. Components should include records at or above this severity. If not present, interpreted as Severity.INFO. |
UNIONS
Task flexible resource
Defined in fuchsia.diagnostics.types/component.fidl
Ordinal | Variant | Type | Description |
---|---|---|---|
1 |
job |
handle<job>
|
|
2 |
process |
handle<process>
|
|
3 |
thread |
handle<thread>
|