AppDiedException class

Thrown when the target Flutter app process has died while fdb is trying to communicate with it via the VM service.

Carries the last logLines from .fdb/logs.txt and an optional structured reason string (e.g. jetsam_highwater, lmk, crash_NullPointerException) obtained from OS-level log queries.

Formatted by the top-level error handler in bin/fdb.dart.

Implemented types

Constructors

AppDiedException({required List<String> logLines, String? reason})

Properties

hashCode int
The hash code for this object.
no setterinherited
logLines List<String>
Last N lines from .fdb/logs.txt.
final
reason String?
Optional OS-level reason (jetsam/LMK/native crash). Null if unavailable.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited