Runtime.TraceInstructions(Boolean) 方法

定义

未实现,不执行任何操作。

[Android.Runtime.Register("traceInstructions", "(Z)V", "GetTraceInstructions_ZHandler")]
public virtual void TraceInstructions(bool on);
[<Android.Runtime.Register("traceInstructions", "(Z)V", "GetTraceInstructions_ZHandler")>]
abstract member TraceInstructions : bool -> unit
override this.TraceInstructions : bool -> unit

参数

on
Boolean

已忽略

属性

注解

未实现,不执行任何操作。

此成员已弃用。 此方法旨在控制指令跟踪。 它已被特定于 ART 的跟踪机制取代。

适用于 . 的 java.lang.Runtime.traceInstructions(boolean)Java 文档

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

适用于