A C G H L O P S T U W 

A

AbstractExceptionClient - Class in se.codeunlimited.android.exception_handler
Created by Peter on 20-Oct-15.
AbstractExceptionClient() - Constructor for class se.codeunlimited.android.exception_handler.AbstractExceptionClient
 
AbstractExceptionHandler - Class in se.codeunlimited.android.exception_handler
 
AbstractExceptionHandler() - Constructor for class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
 
AbstractExceptionService - Class in se.codeunlimited.android.exception_handler
Abstract service template for sending exceptions to a service backend
AbstractExceptionService() - Constructor for class se.codeunlimited.android.exception_handler.AbstractExceptionService
 

C

clear(Context) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Clear the stacktrace file storage
clearExceptions(Context) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionService
Clear all exceptions

G

getAppCode(Context) - Static method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Get the app code from a context
getContext() - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Get the application context
getExceptionClient() - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionService
Get an instance of the Exception API (Used to load
getExceptions(Context) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionService
Get all exceptions
getFileName() - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Specify any file name in which stacktraces should be temporarily saved
getServiceClass() - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
This will be called as soon as the exception has been logged, you must override this to send the stacktraces to your server

H

handle(ArrayList<UnhandledException>) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionClient
 
hasStoredExceptions() - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Check if there are exceptions stored in the file Warning: this does a full read of the file

L

load(Context) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Load stacktaces from file
log(Throwable) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
Logs the exception and starts the service to send to log-server

O

onBind(Intent) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionService
 
onDestroy() - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionService
 
onStartCommand(Intent, int, int) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionService
 

P

post(String) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionClient
 

S

se.codeunlimited.android.exception_handler - package se.codeunlimited.android.exception_handler
 

T

toJSON() - Method in class se.codeunlimited.android.exception_handler.UnhandledException
Serialize to JSON (format must match on serverside as well to handle stacktraces correctly)

U

uncaughtException(Thread, Throwable) - Method in class se.codeunlimited.android.exception_handler.AbstractExceptionHandler
 
UnhandledException - Class in se.codeunlimited.android.exception_handler
An object used to store and serialize Exceptions caught in the device Created by Peter Törnhult on 19-Oct-15.
UnhandledException(int, String, String, String) - Constructor for class se.codeunlimited.android.exception_handler.UnhandledException
Create from stacktrace
UnhandledException(DataInputStream) - Constructor for class se.codeunlimited.android.exception_handler.UnhandledException
Create from DataInputStream

W

write(DataOutputStream) - Method in class se.codeunlimited.android.exception_handler.UnhandledException
Write to DataOutputStream
A C G H L O P S T U W