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 to print raw results (otherwise decode report_key_streamresult). Use with a key/value pair of {"perf",{"true"}} to generate raw output for performance measurements.
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Containing Type
- AmInstrumentOptions
Syntax
public bool PrintRawResults { get; set; }
Value
Type | Description |
---|---|
bool | true if print raw results; otherwise, false . |