AmInstrumentOptions.

PrintRawResults Property

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.