|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ACRA.init(Application)
as soon as possible in your Application
subclass Application.onCreate()
method.ActivityLifecycleCallbacksCompat
.Application.ActivityLifecycleCallbacks
to be used with
ApplicationHelper.registerActivityLifecycleCallbacks(Application, ActivityLifecycleCallbacksCompat)
and
ApplicationHelper.unregisterActivityLifecycleCallbacks(Application, ActivityLifecycleCallbacksCompat)
.ReportSender
to the list of active ReportSender
s.
Application.registerActivityLifecycleCallbacks(ActivityLifecycleCallbacks)
and
Application.unregisterActivityLifecycleCallbacks(ActivityLifecycleCallbacks)
introduced in API level 14 in a
backwards compatible fashion.Configuration
object through reflection API in order to
generate a human readable String with values replaced with their constants
names.ReportField
enum values as keys.Properties
object.
ReportField
s to be sent in email reports.
ReportField
s to be sent in reports.
CrashReportDialog
activity.
SharedPreferences
instance where user adjustable
settings for ACRA are stored.
ACRA.getErrorReporter()
instead.
ReportSender
: sends report data to a GoogleDocs Form.Throwable
with the reporting interaction mode
configured by the developer.
Throwable
with the reporting interaction mode
configured by the developer, the application is then killed and restarted
by the system.
Throwable
silently (forces the use of
ReportingInteractionMode.SILENT
for this report, whatever is the
mode set for the application.
ReportSender
used by ACRA when ReportsCrashes.formUri()
has been defined in order to post crash data to a custom server-side data
collection script.ACRA.getConfig()
dynamically.
ActivityLifecycleCallbacksCompat
s that will be called following the life cycle of the application's activities
.activities
.
ReportSender
s.
ReportSender
from the list of
active ReportSender
s.
ReportSender
instances from a specific class.
ACRA.init(android.app.Application)
method.ReportSender
implementation.ReportSenderException
instance.
ReportSenderException
instance.
HttpSender
.
ReportingInteractionMode
.
ReportSender
s and set the given one as
the new ReportSender
.
ReportsCrashes.resDialogCommentPrompt()
comes from an Android
Library Project.
ReportsCrashes.resDialogEmailPrompt()
comes from an Android
Library Project.
ReportsCrashes.resDialogIcon()
comes from an Android Library
Project.
ReportsCrashes.resDialogOkToast()
comes from an Android Library
Project.
ReportsCrashes.resDialogText()
comes from an Android Library
Project.
ReportsCrashes.resDialogTitle()
comes from an Android Library
Project.
ReportsCrashes.resNotifIcon()
comes from an Android Library
Project.
ReportsCrashes.resNotifText()
comes from an Android Library
Project.
ReportsCrashes.resNotifTickerText()
comes from an Android Library
Project.
ReportsCrashes.resNotifTitle()
comes from an Android Library
Project.
ReportsCrashes.resToastText()
comes from an Android Library
Project.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |