summaryrefslogtreecommitdiffstats
path: root/tests/SmokeTest
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate CrashData and friends.Dan Egnor2009-12-111-18/+4
| | | | | | | | | | | | | | | | | | (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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-0/+272
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-037-272/+0
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-2/+0
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-097-0/+274