AdbDaemonNotRunning class
Indicates that adbd
(ADB daemon) was not running when adb
(ADB client)
was called.
See also:
- Inheritance
-
- Object
- AdbException
- AdbDaemonNotRunning
Constructors
- AdbDaemonNotRunning.new({required String message})
-
Creates a new AdbDaemonNotRunning.
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- trigger → const String
-
If this string occurs in
adb
's stderr, there's a good chance that AdbDaemonNotRunning should be thrown.