Table of Contents

Class ApplicationErrorReport

Namespace
Android.App
Assembly
MASES.Netdroid.dll
public class ApplicationErrorReport : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
ApplicationErrorReport
Implements
Inherited Members
Extension Methods

Constructors

ApplicationErrorReport()

public ApplicationErrorReport()

ApplicationErrorReport(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 ApplicationErrorReport(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

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

TYPE_ANR

public static int TYPE_ANR { get; set; }

Property Value

int

TYPE_BATTERY

public static int TYPE_BATTERY { get; set; }

Property Value

int

TYPE_CRASH

public static int TYPE_CRASH { get; set; }

Property Value

int

TYPE_NONE

public static int TYPE_NONE { get; set; }

Property Value

int

TYPE_RUNNING_SERVICE

public static int TYPE_RUNNING_SERVICE { get; set; }

Property Value

int

anrInfo

public ApplicationErrorReport.AnrInfo anrInfo { get; set; }

Property Value

ApplicationErrorReport.AnrInfo

batteryInfo

public ApplicationErrorReport.BatteryInfo batteryInfo { get; set; }

Property Value

ApplicationErrorReport.BatteryInfo

crashInfo

public ApplicationErrorReport.CrashInfo crashInfo { get; set; }

Property Value

ApplicationErrorReport.CrashInfo

installerPackageName

public String installerPackageName { get; set; }

Property Value

String

packageName

public String packageName { get; set; }

Property Value

String

processName

public String processName { get; set; }

Property Value

String

runningServiceInfo

public ApplicationErrorReport.RunningServiceInfo runningServiceInfo { get; set; }

Property Value

ApplicationErrorReport.RunningServiceInfo

systemApp

public bool systemApp { get; set; }

Property Value

bool

time

public long time { get; set; }

Property Value

long

type

public int type { get; set; }

Property Value

int

Methods

CreatePoolableInstance()

HPA initializer for ApplicationErrorReport()

public static ApplicationErrorReport CreatePoolableInstance()

Returns

ApplicationErrorReport

DescribeContents()

public int DescribeContents()

Returns

int

int

Dump(Printer, String)

public void Dump(Printer arg0, String arg1)

Parameters

arg0 Printer

Printer

arg1 String

String

GetErrorReportReceiver(Context, String, int)

public static ComponentName GetErrorReportReceiver(Context arg0, String arg1, int arg2)

Parameters

arg0 Context

Context

arg1 String

String

arg2 int

int

Returns

ComponentName

ComponentName

ReadFromParcel(Parcel)

public void ReadFromParcel(Parcel arg0)

Parameters

arg0 Parcel

Parcel

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int