Class ApplicationErrorReport
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
TYPE_ANR
public static int TYPE_ANR { get; set; }
Property Value
TYPE_BATTERY
public static int TYPE_BATTERY { get; set; }
Property Value
TYPE_CRASH
public static int TYPE_CRASH { get; set; }
Property Value
TYPE_NONE
public static int TYPE_NONE { get; set; }
Property Value
TYPE_RUNNING_SERVICE
https://developer.android.com/reference/android/app/ApplicationErrorReport.html#TYPE_RUNNING_SERVICE
public static int TYPE_RUNNING_SERVICE { get; set; }
Property Value
anrInfo
public ApplicationErrorReport.AnrInfo anrInfo { get; set; }
Property Value
batteryInfo
public ApplicationErrorReport.BatteryInfo batteryInfo { get; set; }
Property Value
crashInfo
public ApplicationErrorReport.CrashInfo crashInfo { get; set; }
Property Value
installerPackageName
https://developer.android.com/reference/android/app/ApplicationErrorReport.html#installerPackageName
public String installerPackageName { get; set; }
Property Value
packageName
public String packageName { get; set; }
Property Value
processName
public String processName { get; set; }
Property Value
runningServiceInfo
public ApplicationErrorReport.RunningServiceInfo runningServiceInfo { get; set; }
Property Value
systemApp
public bool systemApp { get; set; }
Property Value
time
public long time { get; set; }
Property Value
type
public int type { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for ApplicationErrorReport()
public static ApplicationErrorReport CreatePoolableInstance()
Returns
DescribeContents()
public int DescribeContents()
Returns
Dump(Printer, String)
public void Dump(Printer arg0, String arg1)
Parameters
GetErrorReportReceiver(Context, String, int)
public static ComponentName GetErrorReportReceiver(Context arg0, String arg1, int arg2)
Parameters
Returns
ReadFromParcel(Parcel)
public void ReadFromParcel(Parcel arg0)
Parameters
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)