LaunchProcessDied class

The flutter process exited before the VM service URI appeared in the log.

If noLogFile is true, no log file was created at all. Otherwise fullLog contains the complete log content, which is passed to analyzeLaunchFailure to produce structured error output.

Inheritance

Constructors

LaunchProcessDied({bool noLogFile = false, String fullLog = ''})
const

Properties

fullLog String
final
hashCode int
The hash code for this object.
no setterinherited
noLogFile bool
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.
inherited

Operators

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