- generateTestCrash() - Static method in class com.microsoft.appcenter.crashes.Crashes
-
Generates crash for test purpose.
- getAppErrorTime() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Gets the application error datetime.
- getAppLaunchTimestamp() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the appLaunchTimestamp value.
- getAppStartTime() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Gets the application start datetime.
- getArchitecture() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the architecture value.
- getChannelListener() - Method in class com.microsoft.appcenter.crashes.Crashes
-
- getClassName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Get the className value.
- getContentType() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Get the contentType value.
- getData() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Get the data value.
- getDevice() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Gets the device information.
- getErrorAttachments(ErrorReport) - Method in class com.microsoft.appcenter.crashes.AbstractCrashesListener
-
- getErrorAttachments(ErrorReport) - Method in interface com.microsoft.appcenter.crashes.CrashesListener
-
Called from a worker thread to get additional information to be sent as separate ErrorAttachmentLog logs
Attachments are optional so this method can also return null.
- getErrorId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Get the errorId value.
- getErrorReportFromErrorLog(ManagedErrorLog, Throwable) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getErrorStorageDirectory() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getErrorThreadId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the errorThreadId value.
- getErrorThreadName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the errorThreadName value.
- getException() - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
-
Get the exception value.
- getException() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
-
Get the exception value.
- getFatal() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the fatal value.
- getFileName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Get the fileName value.
- getFileName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Get the fileName value.
- getFrames() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Get the frames value.
- getFrames() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
-
Get the frames value.
- getGroupName() - Method in class com.microsoft.appcenter.crashes.Crashes
-
- getId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the id value.
- getId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Get the id value.
- getId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
-
Get the id value.
- getId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
-
Get the id value.
- getId() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Gets the UUID for crash report.
- getInnerExceptions() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Get the innerExceptions value.
- getInstance() - Static method in class com.microsoft.appcenter.crashes.Crashes
-
- getInstance() - Static method in class com.microsoft.appcenter.crashes.ingestion.models.json.ErrorAttachmentLogFactory
-
- getInstance() - Static method in class com.microsoft.appcenter.crashes.ingestion.models.json.ExceptionFactory
-
- getInstance() - Static method in class com.microsoft.appcenter.crashes.ingestion.models.json.HandledErrorLogFactory
-
- getInstance() - Static method in class com.microsoft.appcenter.crashes.ingestion.models.json.ManagedErrorLogFactory
-
- getInstance() - Static method in class com.microsoft.appcenter.crashes.ingestion.models.json.StackFrameFactory
-
- getInstance() - Static method in class com.microsoft.appcenter.crashes.ingestion.models.json.ThreadFactory
-
- getLastErrorLogFile() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getLastSessionCrashReport() - Static method in class com.microsoft.appcenter.crashes.Crashes
-
Provides information about any available crash report from the last session, if it crashed.
- getLineNumber() - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Get the lineNumber value.
- getLogFactories() - Method in class com.microsoft.appcenter.crashes.Crashes
-
- getLoggerTag() - Method in class com.microsoft.appcenter.crashes.Crashes
-
- getMessage() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Get the message value.
- getMethodName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Get the methodName value.
- getMinidumpDirectory() - Static method in class com.microsoft.appcenter.crashes.Crashes
-
Get the path where NDK minidump files should be created.
- getModelExceptionFromThrowable(Throwable) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
-
Get the name value.
- getNewMinidumpDirectory() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getNewMinidumpFiles() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getParentProcessId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the parentProcessId value.
- getParentProcessName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the parentProcessName value.
- getPendingMinidumpDirectory() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getProcessId() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the processId value.
- getProcessName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Get the processName value.
- getServiceName() - Method in class com.microsoft.appcenter.crashes.Crashes
-
- getStackTrace() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Get the stack trace value.
- getStoredErrorLogFiles() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getStoredThrowableFile(UUID) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
-
- getThreadName() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Gets the thread name.
- getThreads() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
-
Get the threads value.
- getThrowable() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Gets the throwable.
- getTriggerCount() - Method in class com.microsoft.appcenter.crashes.Crashes
-
- getType() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
- getType() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Get the type value.
- getType() - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
-
- getType() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
-
- getUnprocessedErrorReports() - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
-
Get unprocessed error reports when automatic processing is disabled.
- getWrapperSdkName() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Get the wrapperSdkName value.
- saveWrapperException(Thread, Throwable, Exception, byte[]) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
-
Save a crash from wrapper SDK.
- SEND - Static variable in class com.microsoft.appcenter.crashes.Crashes
-
Constant for SEND crash report.
- sendCrashReportsOrAwaitUserConfirmation(Collection<String>) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
-
- sendErrorAttachments(String, Iterable<ErrorAttachmentLog>) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
-
Send error attachments when automatic processing is disabled.
- setAppErrorTime(Date) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Sets the application error datetime.
- setAppLaunchTimestamp(Date) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the appLaunchTimestamp value.
- setAppStartTime(Date) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Sets the application start datetime.
- setArchitecture(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the architecture value.
- setAutomaticProcessing(boolean) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
-
Set whether automatic processing is enabled or not.
- setClassName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Set the className value.
- setContentType(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Set the contentType value.
- setData(byte[]) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Set the data value.
- setDevice(Device) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Sets the device information.
- setEnabled(boolean) - Static method in class com.microsoft.appcenter.crashes.Crashes
-
Enable or disable Crashes service.
- setErrorId(UUID) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Set the errorId value.
- setErrorThreadId(Long) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the errorThreadId value.
- setErrorThreadName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the errorThreadName value.
- setException(Exception) - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
-
Set the exception value.
- setException(Exception) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
-
Set the exception value.
- setFatal(Boolean) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the fatal value.
- setFileName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Set the fileName value.
- setFileName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Set the fileName value.
- setFrames(List<StackFrame>) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Set the frames value.
- setFrames(List<StackFrame>) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
-
Set the frames value.
- setId(UUID) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the id value.
- setId(UUID) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
-
Set the id value.
- setId(UUID) - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
-
Set the id value.
- setId(long) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
-
Set the id value.
- setId(String) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Sets the UUID for crash report.
- setInnerExceptions(List<Exception>) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Set the innerExceptions value.
- setLineNumber(Integer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Set the lineNumber value.
- setListener(CrashesListener) - Static method in class com.microsoft.appcenter.crashes.Crashes
-
Sets a crashes listener.
- setMessage(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Set the message value.
- setMethodName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
Set the methodName value.
- setName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
-
Set the name value.
- setParentProcessId(Integer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the parentProcessId value.
- setParentProcessName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the parentProcessName value.
- setProcessId(Integer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the processId value.
- setProcessName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
-
Set the processName value.
- setStackTrace(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Set stack trace value.
- setThreadName(String) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Sets the thread name.
- setThreads(List<Thread>) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
-
Set the threads value.
- setThrowable(Throwable) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
-
Sets the throwable.
- setType(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Set the type value.
- setWrapperSdkName(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
-
Set the wrapperSdkName value.
- shouldAwaitUserConfirmation() - Method in class com.microsoft.appcenter.crashes.AbstractCrashesListener
-
- shouldAwaitUserConfirmation() - Method in interface com.microsoft.appcenter.crashes.CrashesListener
-
Called from UI thread to determine whether it should wait for user confirmation before sending crash reports.
- shouldProcess(ErrorReport) - Method in class com.microsoft.appcenter.crashes.AbstractCrashesListener
-
- shouldProcess(ErrorReport) - Method in interface com.microsoft.appcenter.crashes.CrashesListener
-
Called from a worker thread to determine whether a crash report should be processed or not.
- StackFrame - Class in com.microsoft.appcenter.crashes.ingestion.models
-
The StackFrame model.
- StackFrame() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
-
- StackFrameFactory - Class in com.microsoft.appcenter.crashes.ingestion.models.json
-