Table of Contents

Class TracingConfig

Namespace
Android.Webkit
Assembly
MASES.Netdroid.dll
public class TracingConfig : JVMBridgeBase<TracingConfig>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
TracingConfig
Implements
Extension Methods

Constructors

TracingConfig(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public TracingConfig(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CATEGORIES_ALL

public static int CATEGORIES_ALL { get; set; }

Property Value

int

CATEGORIES_ANDROID_WEBVIEW

public static int CATEGORIES_ANDROID_WEBVIEW { get; set; }

Property Value

int

CATEGORIES_FRAME_VIEWER

public static int CATEGORIES_FRAME_VIEWER { get; set; }

Property Value

int

CATEGORIES_INPUT_LATENCY

public static int CATEGORIES_INPUT_LATENCY { get; set; }

Property Value

int

CATEGORIES_JAVASCRIPT_AND_RENDERING

public static int CATEGORIES_JAVASCRIPT_AND_RENDERING { get; set; }

Property Value

int

CATEGORIES_NONE

public static int CATEGORIES_NONE { get; set; }

Property Value

int

CATEGORIES_RENDERING

public static int CATEGORIES_RENDERING { get; set; }

Property Value

int

CATEGORIES_WEB_DEVELOPER

public static int CATEGORIES_WEB_DEVELOPER { get; set; }

Property Value

int

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

RECORD_CONTINUOUSLY

public static int RECORD_CONTINUOUSLY { get; set; }

Property Value

int

RECORD_UNTIL_FULL

public static int RECORD_UNTIL_FULL { get; set; }

Property Value

int

Methods

GetCustomIncludedCategories()

public List<String> GetCustomIncludedCategories()

Returns

List<String>

List

GetPredefinedCategories()

public int GetPredefinedCategories()

Returns

int

int

GetTracingMode()

public int GetTracingMode()

Returns

int

int