Back to Acra

Serialized Form

web/static/javadoc/4.11/serialized-form.html

latest8.6 KB
Original Source

Skip navigation links

Serialized Form

Package org.acra.collections

Class org.acra.collections.BoundedLinkedList extends java.util.LinkedList<E> implements Serializable

- 

Serialized Fields

  - 

maxSize

int maxSize

Class org.acra.collections.ImmutableList extends java.lang.Object implements Serializable

- 

Serialized Fields

  - 

mList

java.util.List<E> mList

Class org.acra.collections.ImmutableMap extends java.lang.Object implements Serializable

- 

Serialized Fields

  - 

mMap

java.util.Map<K,V> mMap

Class org.acra.collections.ImmutableSet extends java.lang.Object implements Serializable

- 

Serialized Fields

  - 

mSet

java.util.Set<E> mSet

Package org.acra.collector

Class org.acra.collector.CrashReportData extends java.util.EnumMap<ReportField,Element> implements Serializable

serialVersionUID:5002578634500874842L

Package org.acra.config

Class org.acra.config.ACRAConfiguration extends java.lang.Object implements Serializable

- 

Serialized Fields

  - 

reportPrimerClass

java.lang.Class<T> reportPrimerClass
  - 

resDialogCommentPrompt

int resDialogCommentPrompt
  - 

resDialogPositiveButtonText

int resDialogPositiveButtonText
  - 

httpHeaders

[ImmutableMap](org/acra/collections/ImmutableMap.html "class in org.acra.collections")<[K](org/acra/collections/ImmutableMap.html "type parameter in ImmutableMap"),[V](org/acra/collections/ImmutableMap.html "type parameter in ImmutableMap")> httpHeaders
  - 

reportType

[HttpSender.Type](org/acra/sender/HttpSender.Type.html "enum in org.acra.sender")reportType
  - 

certificatePath

java.lang.String certificatePath
  - 

excludeMatchingSettingsKeys

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> excludeMatchingSettingsKeys
  - 

applicationLogFileDir

[Directory](org/acra/file/Directory.html "enum in org.acra.file")applicationLogFileDir
  - 

formUriBasicAuthPassword

java.lang.String formUriBasicAuthPassword
  - 

stopServicesOnCrash

boolean stopServicesOnCrash
  - 

formUri

java.lang.String formUri
  - 

socketTimeout

int socketTimeout
  - 

resNotifIcon

int resNotifIcon
  - 

mailTo

java.lang.String mailTo
  - 

buildConfigClass

java.lang.Class<T> buildConfigClass
  - 

sendReportsInDevMode

boolean sendReportsInDevMode
  - 

resNotifText

int resNotifText
  - 

sharedPreferencesName

java.lang.String sharedPreferencesName
  - 

reportingInteractionMode

[ReportingInteractionMode](org/acra/ReportingInteractionMode.html "enum in org.acra")reportingInteractionMode
  - 

dropboxCollectionMinutes

int dropboxCollectionMinutes
  - 

deleteUnapprovedReportsOnApplicationStart

boolean deleteUnapprovedReportsOnApplicationStart
  - 

resDialogNegativeButtonText

int resDialogNegativeButtonText
  - 

resDialogOkToast

int resDialogOkToast
  - 

includeDropBoxSystemTags

boolean includeDropBoxSystemTags
  - 

resDialogText

int resDialogText
  - 

excludeMatchingSharedPreferencesKeys

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> excludeMatchingSharedPreferencesKeys
  - 

certificateType

java.lang.String certificateType
  - 

reportAsFile

boolean reportAsFile
  - 

sharedPreferencesMode

int sharedPreferencesMode
  - 

resNotifTickerText

int resNotifTickerText
  - 

resDialogTitle

int resDialogTitle
  - 

resNotifTitle

int resNotifTitle
  - 

resDialogIcon

int resDialogIcon
  - 

deleteOldUnsentReportsOnApplicationStart

boolean deleteOldUnsentReportsOnApplicationStart
  - 

logcatFilterByPid

boolean logcatFilterByPid
  - 

reportDialogClass

java.lang.Class<T> reportDialogClass
  - 

httpMethod

[HttpSender.Method](org/acra/sender/HttpSender.Method.html "enum in org.acra.sender")httpMethod
  - 

keyStoreFactoryClass

java.lang.Class<T> keyStoreFactoryClass
  - 

additionalSharedPreferences

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> additionalSharedPreferences
  - 

resDialogTheme

int resDialogTheme
  - 

logcatArguments

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> logcatArguments
  - 

resToastText

int resToastText
  - 

applicationLogFile

java.lang.String applicationLogFile
  - 

retryPolicyClass

java.lang.Class<T> retryPolicyClass
  - 

resCertificate

int resCertificate
  - 

connectionTimeout

int connectionTimeout
  - 

alsoReportToAndroidFramework

boolean alsoReportToAndroidFramework
  - 

additionalDropBoxTags

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> additionalDropBoxTags
  - 

reportContent

[ImmutableSet](org/acra/collections/ImmutableSet.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableSet.html "type parameter in ImmutableSet")> reportContent
  - 

resDialogEmailPrompt

int resDialogEmailPrompt
  - 

attachmentUris

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> attachmentUris
  - 

reportSenderFactoryClasses

[ImmutableList](org/acra/collections/ImmutableList.html "class in org.acra.collections")<[E](org/acra/collections/ImmutableList.html "type parameter in ImmutableList")> reportSenderFactoryClasses
  - 

applicationLogFileLines

int applicationLogFileLines
  - 

formUriBasicAuthLogin

java.lang.String formUriBasicAuthLogin
  - 

nonBlockingReadForLogcat

boolean nonBlockingReadForLogcat
  - 

attachmentUriProvider

java.lang.Class<T> attachmentUriProvider

Class org.acra.config.ACRAConfigurationException extends java.lang.Exception implements Serializable

serialVersionUID:-7355339673505996110L

Package org.acra.sender

Class org.acra.sender.ReportSenderException extends java.lang.Exception implements Serializable

Skip navigation links