LogcatMonitor class

Constructors

LogcatMonitor.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

clearLogcat Future<String?>
Runs a logcat clear command and returns the result.
no setter
getLogcatDump Future<String?>
Runs a logcat log dump command and returns the result.
no setter

Static Methods

addListen(void onData(dynamic)) → void
Adds a subscription to this stream.
cancelListen() → void
Cancels a subscription to this stream.
runLogcat(String options) Future<String?>
Runs a logcat command with options and returns the result.
startMonitor(String options) Future<bool?>
Runs a logcat command and starts monitoring it through the event stream.
stopMonitor() Future<bool?>
Interrupt the logcat command and stop monitoring it through the event stream.