InstrumentationTestRunner.ReportKeyStack 字段

定义

如果包含在发送到 IInstrumentationWatcher 的状态捆绑包中,则此密钥标识描述错误或失败的堆栈跟踪。

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

字段值

属性

注解

如果包含在发送到 IInstrumentationWatcher 的状态捆绑包中,则此密钥标识描述错误或失败的堆栈跟踪。 这会随描述正在完成的特定测试的任何状态消息一起发送。

适用于 . 的 android.test.InstrumentationTestRunner.REPORT_KEY_STACKJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于