RenderScript.ContextDump Method

Definition

Print the currently available debugging information about the state of the RS context to the log.

[Android.Runtime.Register("contextDump", "()V", "GetContextDumpHandler")]
public virtual void ContextDump ();
[<Android.Runtime.Register("contextDump", "()V", "GetContextDumpHandler")>]
abstract member ContextDump : unit -> unit
override this.ContextDump : unit -> unit
Attributes

Remarks

Print the currently available debugging information about the state of the RS context to the log.

Java documentation for android.renderscript.RenderScript.contextDump().

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