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
-
- Object
- CommandResult
- LaunchResult
- LaunchProcessDied
Constructors
- LaunchProcessDied({bool noLogFile = false, String fullLog = ''})
-
const
Properties
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