Instrumentation.ReportKeyIdentifier Field

Definition

If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies the class that is writing the report.

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

Field Value

Attributes

Remarks

If included in the status or final bundle sent to an IInstrumentationWatcher, this key identifies the class that is writing the report. This can be used to provide more structured logging or reporting capabilities in the IInstrumentationWatcher.

Java documentation for android.app.Instrumentation.REPORT_KEY_IDENTIFIER.

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