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 the maximum number of rotated logs to. The default value is 4. Requires specifying the LogRotationKb option.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AdbLogcatOptions
Syntax
public Nullable<int> NumRotatedLogs { get; set; }
Value
Type | Description |
---|---|
Nullable |
The number rotated logs. |