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
Gets or sets a value indicating whether the default filter spec is silent.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AdbLogcatOptions
Syntax
public bool SilentFilter { get; set; }
Value
Type | Description |
---|---|
bool | true if silent filter; otherwise, false . |