Skip navigation links
D E I N O R V 

D

deInitializeInProcess() - Static method in class ru.ivanarh.jndcrash.NDCrash
De-initializes NDCrash library signal handler using in-process mode.
deInitializeOutOfProcess(Context) - Static method in class ru.ivanarh.jndcrash.NDCrash
De-initializes NDCrash library signal handler using out-of-process mode.

E

EXTRA_REPORT_FILE - Static variable in class ru.ivanarh.jndcrash.NDCrashService
Key for report file in arguments.
EXTRA_UNWINDER - Static variable in class ru.ivanarh.jndcrash.NDCrashService
Key for unwinder in arguments.

I

initializeInProcess(String, NDCrashUnwinder) - Static method in class ru.ivanarh.jndcrash.NDCrash
Initializes NDCrash library signal handler using in-process mode.
initializeOutOfProcess(Context, String, NDCrashUnwinder, Class<? extends NDCrashService>) - Static method in class ru.ivanarh.jndcrash.NDCrash
Initializes NDCrash library signal handler using out-of-process mode.
isCrashServiceProcess(Context, Class<? extends NDCrashService>) - Static method in class ru.ivanarh.jndcrash.NDCrashUtils
Checks if a current process is a background crash service process.
isMainProcess(Context) - Static method in class ru.ivanarh.jndcrash.NDCrashUtils
Checks if a current process is a main process of application.

N

NDCrash - Class in ru.ivanarh.jndcrash
Main binding class for NDCrash functionality.
NDCrash() - Constructor for class ru.ivanarh.jndcrash.NDCrash
 
NDCrash.OnCrashCallback - Interface in ru.ivanarh.jndcrash
Crash callback that allows to process a report immediately after crash.
NDCrashError - Enum in ru.ivanarh.jndcrash
Error status.
NDCrashService - Class in ru.ivanarh.jndcrash
Service for out-of-process crash handling daemon.
NDCrashService() - Constructor for class ru.ivanarh.jndcrash.NDCrashService
 
NDCrashUnwinder - Enum in ru.ivanarh.jndcrash
Unwinder type.
NDCrashUtils - Class in ru.ivanarh.jndcrash
Contains some utility code.
NDCrashUtils() - Constructor for class ru.ivanarh.jndcrash.NDCrashUtils
 

O

onBind(Intent) - Method in class ru.ivanarh.jndcrash.NDCrashService
 
onCrash(String) - Method in interface ru.ivanarh.jndcrash.NDCrash.OnCrashCallback
Runs when crash is detected.
onCrash(String) - Method in class ru.ivanarh.jndcrash.NDCrashService
 
onDaemonStart(NDCrashUnwinder, String, NDCrashError) - Method in class ru.ivanarh.jndcrash.NDCrashService
Called on daemon start attempt, both on success and failed.
onDestroy() - Method in class ru.ivanarh.jndcrash.NDCrashService
 
onStartCommand(Intent, int, int) - Method in class ru.ivanarh.jndcrash.NDCrashService
 

R

ru.ivanarh.jndcrash - package ru.ivanarh.jndcrash
 

V

valueOf(String) - Static method in enum ru.ivanarh.jndcrash.NDCrashError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ru.ivanarh.jndcrash.NDCrashUnwinder
Returns the enum constant of this type with the specified name.
values() - Static method in enum ru.ivanarh.jndcrash.NDCrashError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ru.ivanarh.jndcrash.NDCrashUnwinder
Returns an array containing the constants of this enum type, in the order they are declared.
D E I N O R V 
Skip navigation links