MCPcopy Create free account
hub / github.com/google/gapid / ExceptionOnlyEventModifier

Struct ExceptionOnlyEventModifier

core/java/jdwp/cmdset_eventrequest.go:149–153  ·  view source on GitHub ↗

ExceptionOnlyEventModifier is an EventModifier that filters exception events. Can only be used for exception events.

Source from the content-addressed store, hash-verified

147// ExceptionOnlyEventModifier is an EventModifier that filters exception events.
148// Can only be used for exception events.
149type ExceptionOnlyEventModifier struct {
150 ExceptionOrNull ReferenceTypeID // If not nil, only permit exceptions of this type.
151 Caught bool // Report caught exceptions
152 Uncaught bool // Report uncaught exceptions
153}
154
155// FieldOnlyEventModifier is an EventModifier that filters events to those
156// relating to the specified field.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected