ApplicationErrorReport.CrashInfo
public
static
class
ApplicationErrorReport.CrashInfo
extends Object
| java.lang.Object | |
| ↳ | android.app.ApplicationErrorReport.CrashInfo |
Describes an application crash.
Summary
Fields | |
|---|---|
public
String |
exceptionClassName
Class name of the exception that caused the crash. |
public
String |
exceptionMessage
Message stored in the exception. |
public
String |
stackTrace
Stack trace. |
public
String |
throwClassName
Class which the exception was thrown from. |
public
String |
throwFileName
File which the exception was thrown from. |
public
int |
throwLineNumber
Line number the exception was thrown from. |
public
String |
throwMethodName
Method which the exception was thrown from. |
Public constructors | |
|---|---|
ApplicationErrorReport.CrashInfo()
Create an uninitialized instance of CrashInfo. |
|
ApplicationErrorReport.CrashInfo(Throwable tr)
Create an instance of CrashInfo initialized from an exception. |
|
ApplicationErrorReport.CrashInfo(Parcel in)
Create an instance of CrashInfo initialized from a Parcel. |
|
Public methods | |
|---|---|
void
|
dump(Printer pw, String prefix)
Dump a CrashInfo instance to a Printer. |
void
|
writeToParcel(Parcel dest, int flags)
Save a CrashInfo instance to a parcel. |
Inherited methods | |
|---|---|
java.lang.Object
| |
Fields
exceptionClassName
String exceptionClassName
Class name of the exception that caused the crash.
throwClassName
String throwClassName
Class which the exception was thrown from.
throwLineNumber
int throwLineNumber
Line number the exception was thrown from.
throwMethodName
String throwMethodName
Method which the exception was thrown from.
Public constructors
ApplicationErrorReport.CrashInfo
ApplicationErrorReport.CrashInfo ()
Create an uninitialized instance of CrashInfo.
ApplicationErrorReport.CrashInfo
ApplicationErrorReport.CrashInfo (Throwable tr)
Create an instance of CrashInfo initialized from an exception.
| Parameters | |
|---|---|
tr |
Throwable |
ApplicationErrorReport.CrashInfo
ApplicationErrorReport.CrashInfo (Parcel in)
Create an instance of CrashInfo initialized from a Parcel.
| Parameters | |
|---|---|
in |
Parcel |
Public methods
dump
void dump (Printer pw, String prefix)
Dump a CrashInfo instance to a Printer.
| Parameters | |
|---|---|
pw |
Printer |
prefix |
String |
writeToParcel
void writeToParcel (Parcel dest, int flags)
Save a CrashInfo instance to a parcel.
| Parameters | |
|---|---|
dest |
Parcel |
flags |
int |
Interfaces
- ActionBar.OnMenuVisibilityListener
- ActionBar.OnNavigationListener
- ActionBar.TabListener
- AlarmManager.OnAlarmListener
- Application.ActivityLifecycleCallbacks
- Application.OnProvideAssistDataListener
- AppOpsManager.OnOpChangedListener
- DatePickerDialog.OnDateSetListener
- FragmentBreadCrumbs.OnBreadCrumbClickListener
- FragmentManager.BackStackEntry
- FragmentManager.OnBackStackChangedListener
- KeyguardManager.OnKeyguardExitResult
- LoaderManager.LoaderCallbacks
- Notification.Action.Extender
- Notification.Extender
- PendingIntent.OnFinished
- SearchManager.OnCancelListener
- SearchManager.OnDismissListener
- SharedElementCallback.OnSharedElementsReadyListener
- TimePickerDialog.OnTimeSetListener
- UiAutomation.AccessibilityEventFilter
- UiAutomation.OnAccessibilityEventListener
Classes
- ActionBar
- ActionBar.LayoutParams
- ActionBar.Tab
- Activity
- ActivityGroup
- ActivityManager
- ActivityManager.AppTask
- ActivityManager.MemoryInfo
- ActivityManager.ProcessErrorStateInfo
- ActivityManager.RecentTaskInfo
- ActivityManager.RunningAppProcessInfo
- ActivityManager.RunningServiceInfo
- ActivityManager.RunningTaskInfo
- ActivityManager.TaskDescription
- ActivityOptions
- AlarmManager
- AlarmManager.AlarmClockInfo
- AlertDialog
- AlertDialog.Builder
- AliasActivity
- Application
- ApplicationErrorReport
- ApplicationErrorReport.AnrInfo
- ApplicationErrorReport.BatteryInfo
- ApplicationErrorReport.CrashInfo
- ApplicationErrorReport.RunningServiceInfo
- AppOpsManager
- AutomaticZenRule
- DatePickerDialog
- Dialog
- DialogFragment
- DownloadManager
- DownloadManager.Query
- DownloadManager.Request
- ExpandableListActivity
- Fragment
- Fragment.SavedState
- FragmentBreadCrumbs
- FragmentContainer
- FragmentController
- FragmentHostCallback
- FragmentManager
- FragmentManager.FragmentLifecycleCallbacks
- FragmentManagerNonConfig
- FragmentTransaction
- Instrumentation
- Instrumentation.ActivityMonitor
- Instrumentation.ActivityResult
- IntentService
- KeyguardManager
- KeyguardManager.KeyguardDismissCallback
- KeyguardManager.KeyguardLock
- LauncherActivity
- LauncherActivity.IconResizer
- LauncherActivity.ListItem
- ListActivity
- ListFragment
- LoaderManager
- LocalActivityManager
- MediaRouteActionProvider
- MediaRouteButton
- NativeActivity
- Notification
- Notification.Action
- Notification.Action.Builder
- Notification.Action.WearableExtender
- Notification.BigPictureStyle
- Notification.BigTextStyle
- Notification.Builder
- Notification.CarExtender
- Notification.CarExtender.Builder
- Notification.CarExtender.UnreadConversation
- Notification.DecoratedCustomViewStyle
- Notification.DecoratedMediaCustomViewStyle
- Notification.InboxStyle
- Notification.MediaStyle
- Notification.MessagingStyle
- Notification.MessagingStyle.Message
- Notification.Style
- Notification.WearableExtender
- NotificationChannel
- NotificationChannelGroup
- NotificationManager
- NotificationManager.Policy
- PendingIntent
- PictureInPictureParams
- PictureInPictureParams.Builder
- Presentation
- ProgressDialog
- RemoteAction
- RemoteInput
- RemoteInput.Builder
- SearchableInfo
- SearchManager
- Service
- SharedElementCallback
- TabActivity
- TaskStackBuilder
- TimePickerDialog
- UiAutomation
- UiModeManager
- VoiceInteractor
- VoiceInteractor.AbortVoiceRequest
- VoiceInteractor.CommandRequest
- VoiceInteractor.CompleteVoiceRequest
- VoiceInteractor.ConfirmationRequest
- VoiceInteractor.PickOptionRequest
- VoiceInteractor.PickOptionRequest.Option
- VoiceInteractor.Prompt
- VoiceInteractor.Request
- WallpaperInfo
- WallpaperManager
Exceptions