This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
Summary
Dumps out Logcat output.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AdbAliases
Syntax
public static List<string> AdbLogcat(this ICakeContext context, AdbLogcatOptions options = null, string filter = null, AdbToolSettings settings = null)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
context | ICakeContext | Context. |
options | AdbLogcatOptions | Options. |
filter | string | Filter. |
settings | AdbToolSettings | Settings. |
Return Value
Type | Description |
---|---|
List |
The logcat. |