Instrumentation.ReportKeyStreamresult Field

Definition

If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies a string which can simply be printed to the output stream.

[Android.Runtime.Register("REPORT_KEY_STREAMRESULT")]
public const string ReportKeyStreamresult;
[<Android.Runtime.Register("REPORT_KEY_STREAMRESULT")>]
val mutable ReportKeyStreamresult : string

Field Value

Attributes

Remarks

If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies a string which can simply be printed to the output stream. Using these streams provides a "pretty printer" version of the status & final packets. Any bundles including this key should also include the complete set of raw key/value pairs, so that the instrumentation can also be launched, and results collected, by an automated system.

Java documentation for android.app.Instrumentation.REPORT_KEY_STREAMRESULT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to