From b7f0367cec1c744aa66ef397b0244e25d507491c Mon Sep 17 00:00:00 2001 From: Dan Egnor <egnor@google.com> Date: Wed, 9 Dec 2009 16:22:32 -0800 Subject: 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. --- preloaded-classes | 1 - 1 file changed, 1 deletion(-) (limited to 'preloaded-classes') 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 -- cgit v1.1