diff options
author | Dan Egnor <egnor@google.com> | 2009-12-09 16:22:32 -0800 |
---|---|---|
committer | Dan Egnor <egnor@google.com> | 2009-12-11 13:27:04 -0800 |
commit | b7f0367cec1c744aa66ef397b0244e25d507491c (patch) | |
tree | 7b70d87b9886ea1567647aac00fccb3198accc8c /preloaded-classes | |
parent | af1255dab8fa3eab1caf9bae799f80de14a74470 (diff) | |
download | frameworks_base-b7f0367cec1c744aa66ef397b0244e25d507491c.zip frameworks_base-b7f0367cec1c744aa66ef397b0244e25d507491c.tar.gz frameworks_base-b7f0367cec1c744aa66ef397b0244e25d507491c.tar.bz2 |
Eliminate CrashData and friends.
(CrashData was a custom-marshalled crash-info class used for a server crash
reporting system I am deprecating). Use ApplicationErrorReport.CrashInfo
instead to report crash details (mostly the stack trace) from RuntimeInfo to
ActivityManagerService, since we're likely to need the crash information in
that form anyway.
Remove the (long-disabled) flags and support for the "Debug" button
in the crash dialog.
Further gut the ICheckinService interface by removing the crash-reporting
APIs (and everything that calls them), plus the synchronous checkin()
method (which has been stubbed out for a while now).
A new dropbox-based crash reporting system is in the works, but not part
of this change.
Diffstat (limited to 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/preloaded-classes b/preloaded-classes index c6d0bf9..0410557 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -637,7 +637,6 @@ android.security.Sha1MessageDigest android.server.BluetoothA2dpService android.server.BluetoothEventLoop android.server.BluetoothService -android.server.data.CrashData android.speech.IRecognitionListener$Stub android.speech.IRecognitionService$Stub android.speech.RecognitionResult |