A B C D E F G H I L M N O P R S T V W 
All Classes All Packages

A

AbstractCrashesListener - Class in com.microsoft.appcenter.crashes
Abstract class with default behaviors for the crashes listener.
AbstractCrashesListener() - Constructor for class com.microsoft.appcenter.crashes.AbstractCrashesListener
 
AbstractErrorLog - Class in com.microsoft.appcenter.crashes.ingestion.models
Abstract error log.
AbstractErrorLog() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
 
ALWAYS_SEND - Static variable in class com.microsoft.appcenter.crashes.Crashes
Constant for ALWAYS SEND crash reports.
applyEnabledState(boolean) - Method in class com.microsoft.appcenter.crashes.Crashes
 
attachmentWithBinary(byte[], String, String) - Static method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
Build an error attachment log with binary suitable for using in {link CrashesListener#getErrorAttachments(ErrorReport)}.
attachmentWithText(String, String) - Static method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
Build an error attachment log with text suitable for using in {link CrashesListener#getErrorAttachments(ErrorReport)}.

B

buildHandledErrorReport(Context, String) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
Get a generic error report representation for an handled exception.

C

cleanPendingMinidumps() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Clear (delete all content) pending minidump directory.
clearStaticState() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
com.microsoft.appcenter.crashes - package com.microsoft.appcenter.crashes
 
com.microsoft.appcenter.crashes.ingestion.models - package com.microsoft.appcenter.crashes.ingestion.models
 
com.microsoft.appcenter.crashes.ingestion.models.json - package com.microsoft.appcenter.crashes.ingestion.models.json
 
com.microsoft.appcenter.crashes.model - package com.microsoft.appcenter.crashes.model
 
com.microsoft.appcenter.crashes.utils - package com.microsoft.appcenter.crashes.utils
 
CONTENT_TYPE_TEXT_PLAIN - Static variable in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
Plain text mime type.
Crashes - Class in com.microsoft.appcenter.crashes
Crashes service.
CrashesListener - Interface in com.microsoft.appcenter.crashes
Interface for the crashes listener.
create() - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.ErrorAttachmentLogFactory
 
create() - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.ExceptionFactory
 
create() - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.HandledErrorLogFactory
 
create() - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.ManagedErrorLogFactory
 
create() - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.StackFrameFactory
 
create() - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.ThreadFactory
 
createErrorLog(Context, Thread, Exception, Map<Thread, StackTraceElement[]>, long, boolean) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
createErrorLog(Context, Thread, Throwable, Map<Thread, StackTraceElement[]>, long) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
createList(int) - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.ExceptionFactory
 
createList(int) - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.StackFrameFactory
 
createList(int) - Method in class com.microsoft.appcenter.crashes.ingestion.models.json.ThreadFactory
 

D

deleteWrapperExceptionData(UUID) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
Delete wrapper exception data from disk and store it in memory
DEVICE_INFO_FILE - Static variable in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Device info filename.
DONT_SEND - Static variable in class com.microsoft.appcenter.crashes.Crashes
Constant for DO NOT SEND crash report.

E

equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
 
equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
 
equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
 
equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
 
equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
 
equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
 
equals(Object) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
 
ERROR_LOG_FILE_EXTENSION - Static variable in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Error log file extension for the JSON schema.
ErrorAttachmentLog - Class in com.microsoft.appcenter.crashes.ingestion.models
Error attachment log.
ErrorAttachmentLog() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
 
ErrorAttachmentLogFactory - Class in com.microsoft.appcenter.crashes.ingestion.models.json
 
ErrorLogHelper - Class in com.microsoft.appcenter.crashes.utils
ErrorLogHelper to help constructing, serializing, and de-serializing locally stored error logs.
ErrorLogHelper() - Constructor for class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
ErrorReport - Class in com.microsoft.appcenter.crashes.model
Error report class.
ErrorReport() - Constructor for class com.microsoft.appcenter.crashes.model.ErrorReport
 
Exception - Class in com.microsoft.appcenter.crashes.ingestion.models
The Exception model.
Exception() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.Exception
 
ExceptionFactory - Class in com.microsoft.appcenter.crashes.ingestion.models.json
 

F

FRAME_LIMIT - Static variable in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
For huge stack traces such as giant StackOverflowError, we keep only beginning and end of frames according to this limit.

G

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, String) - 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.
getMinidumpFilePath() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
Get the minidump file path.
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
A general folder where unprocessed NDK crashes are saved.
getNewMinidumpFiles() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
getNewMinidumpSubfolder() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
A one-time run-specific folder where unprocessed NDK crashes are saved.
getNewMinidumpSubfolderWithContextData(Context) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
A one-time run-specific folder where unprocessed NDK crashes are saved.
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
A folder where minidumps of processed NDK crashes are saved.
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.
getStackTrace() - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
Gets the stack trace of the crash.
getStoredDeviceInfo(File) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Get deviceInfo data.
getStoredErrorLogFiles() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
getStoredThrowableFile(UUID) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
getStoredUserInfo(File) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Get userId data.
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
Deprecated.
This method has been deprecated, use ErrorReport.getStackTrace() instead.
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.

H

HandledErrorLog - Class in com.microsoft.appcenter.crashes.ingestion.models
Handled Error log for managed platforms (such as Xamarin, Unity, Android Dalvik/ART).
HandledErrorLog() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
 
HandledErrorLogFactory - Class in com.microsoft.appcenter.crashes.ingestion.models.json
 
hasCrashedInLastSession() - Static method in class com.microsoft.appcenter.crashes.Crashes
Check whether the app crashed in its last session.
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
 
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
 
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
 
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
 
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
 
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
 
hashCode() - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
 
hasReceivedMemoryWarningInLastSession() - Static method in class com.microsoft.appcenter.crashes.Crashes
Check whether there was a memory warning in the last session.

I

isEnabled() - Static method in class com.microsoft.appcenter.crashes.Crashes
Check whether Crashes service is enabled or not.
isValid() - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
Checks if the log's values are valid.

L

loadWrapperExceptionData(UUID) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
Load wrapper exception data into memory
LOG_TAG - Static variable in class com.microsoft.appcenter.crashes.Crashes
TAG used in logging for Crashes.

M

ManagedErrorLog - Class in com.microsoft.appcenter.crashes.ingestion.models
Error log for managed platforms (such as Android Dalvik).
ManagedErrorLog() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
 
ManagedErrorLogFactory - Class in com.microsoft.appcenter.crashes.ingestion.models.json
 
MAX_PROPERTY_ITEM_LENGTH - Static variable in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Max length of properties.
MINIDUMP_FILE_EXTENSION - Static variable in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Minidump file extension for the NDK crashes.

N

NativeException - Exception in com.microsoft.appcenter.crashes.model
 
NativeException() - Constructor for exception com.microsoft.appcenter.crashes.model.NativeException
 
notifyUserConfirmation(int) - Static method in class com.microsoft.appcenter.crashes.Crashes
Notifies SDK with a confirmation to handle the crash report.

O

onBeforeSending(ErrorReport) - Method in class com.microsoft.appcenter.crashes.AbstractCrashesListener
 
onBeforeSending(ErrorReport) - Method in interface com.microsoft.appcenter.crashes.CrashesListener
Called from UI thread right before sending a crash report.
onSendingFailed(ErrorReport, Exception) - Method in class com.microsoft.appcenter.crashes.AbstractCrashesListener
 
onSendingFailed(ErrorReport, Exception) - Method in interface com.microsoft.appcenter.crashes.CrashesListener
Called from UI thread when sending a crash report failed.
onSendingSucceeded(ErrorReport) - Method in class com.microsoft.appcenter.crashes.AbstractCrashesListener
 
onSendingSucceeded(ErrorReport) - Method in interface com.microsoft.appcenter.crashes.CrashesListener
Called from UI thread when a crash report is sent successfully.
onStarted(Context, Channel, String, String, boolean) - Method in class com.microsoft.appcenter.crashes.Crashes
 

P

parseLogFolderUuid(File) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Parse log folder name UUID.
PREF_KEY_ALWAYS_SEND - Static variable in class com.microsoft.appcenter.crashes.Crashes
Preference storage key for ALWAYS SEND.

R

read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
 
read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
 
read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
 
read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
 
read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
 
read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
 
read(JSONObject) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
 
removeLostThrowableFiles() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Remove throwable files.
removeMinidumpFolder() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Remove the minidump folder.
removeStaleMinidumpSubfolders() - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Remove the minidump sub-folders from previous sessions in the 'minidump/new' folder.
removeStoredErrorLogFile(UUID) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
removeStoredThrowableFile(UUID) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 

S

saveUncaughtException(Thread, Throwable) - Method in class com.microsoft.appcenter.crashes.Crashes
Save a crash.
saveWrapperException(Thread, Throwable, Exception, String) - 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
Resume processing of crash reports with the filtered list from WrapperSdkExceptionManager.getUnprocessedErrorReports().
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.
setErrorLogDirectory(File) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
 
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(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.
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.
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.
setMinidumpFilePath(String) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
Set minidump file path.
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.
setStackTrace(String) - Method in class com.microsoft.appcenter.crashes.model.ErrorReport
Sets the stack trace of the crash.
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.
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
 

T

TestCrashException - Exception in com.microsoft.appcenter.crashes.model
Exception for test crash
TestCrashException() - Constructor for exception com.microsoft.appcenter.crashes.model.TestCrashException
 
Thread - Class in com.microsoft.appcenter.crashes.ingestion.models
The Thread model.
Thread() - Constructor for class com.microsoft.appcenter.crashes.ingestion.models.Thread
 
ThreadFactory - Class in com.microsoft.appcenter.crashes.ingestion.models.json
 
THROWABLE_FILE_EXTENSION - Static variable in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Error log file extension for the serialized throwable for client side inspection.
trackError(Throwable) - Static method in class com.microsoft.appcenter.crashes.Crashes
Track a handled error.
trackError(Throwable, Map<String, String>, Iterable<ErrorAttachmentLog>) - Static method in class com.microsoft.appcenter.crashes.Crashes
Track a handled error with name and optional properties and attachments.
trackException(Exception, Map<String, String>, Iterable<ErrorAttachmentLog>) - Static method in class com.microsoft.appcenter.crashes.WrapperSdkExceptionManager
Send an handled exception (used by wrapper SDKs).
TYPE - Static variable in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
 
TYPE - Static variable in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
Log type.
TYPE - Static variable in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
Log type.

V

validateProperties(Map<String, String>, String) - Static method in class com.microsoft.appcenter.crashes.utils.ErrorLogHelper
Validates properties.

W

WrapperSdkExceptionManager - Class in com.microsoft.appcenter.crashes
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.AbstractErrorLog
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ErrorAttachmentLog
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Exception
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.HandledErrorLog
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.ManagedErrorLog
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.StackFrame
 
write(JSONStringer) - Method in class com.microsoft.appcenter.crashes.ingestion.models.Thread
 
A B C D E F G H I L M N O P R S T V W 
All Classes All Packages