| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Also remove the superfluous runner from manifest.
Bug: 12245071
Change-Id: I724b87dd49b04eb3291be88f6d7ab035d67c3971
|
|
|
|
|
| |
Bug: 5913065
Change-Id: I391aff6919a9586159ec0898279e7254eed990f8
|
|
|
|
|
|
| |
Done so the new 'launch all apps' test can be utilized on older platforms.
Change-Id: Ie74ce258ceb372e78a0634a633bbb19dcd8e2779
|
|
|
|
|
| |
Bug: 6128185
Change-Id: I6032a199c26577fb3058ff4038085de257781d81
|
|
|
|
|
|
|
|
|
|
| |
This should work properly for crashes. It currently doesn't do the right
thing for ANRs since, in a lot of cases, they seem to happen asynchronously
_after_ the testcase has ended. Will try to improve that behavior with a
subsequent change.
Bug: 6128185
Change-Id: Ie535141e879062c11ee7108b37d282a33a5b5eef
|
|
|
|
|
|
|
|
|
|
| |
Also creates a special TestRunner which runs one app per testcase. Note that
running the smoke tests with android.test.InstrumentationTestRunner will /also/
work, but will run all of the launchable activites in a single testcase called
testRunAllActivities.
Bug: 6128185
Change-Id: Iffedff7e6105bbca614778a4d294d3be421f19d6
|
|
|
|
|
| |
Bug: 5888360
Change-Id: I4a68bc8fef71fd7f89b3a7a997323bfaefadc3eb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
| |
|
| |
|
|
|