| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
The monkey now gets told about system hangs, and does stuff about
it! Most especially, it can collect a bug report. Monkey wins!
Change-Id: Ic8350721e715ef21d1ec813c6aff9a83262d5faa
|
| |
|
|
| |
Change-Id: I30823fe0c06aef35a2773760ec938e7979cd1037
|
| |
|
|
|
|
|
|
| |
Use ActivityController (the special monkey hook) to wedge
ActivityManagerService, useful for triggering system ANRs
and for setting off the watchdog.
Also add more logging so it's clear what happens when.
|
| | |
|
| |
|
|
|
|
|
| |
In addition to the basic sleep-for-20, add activity launch,
ordered broadcast, and service start that go to special bad
versions that sleep for a while to cause the respective sorts
of ANR to trigger.
|
| |
|
|
|
|
|
| |
- crash system server
- report a Log.wtf()
Update Monkey for changes to IActivityController interface.
|
|
|
now eliminated checkin database crash storage functionality).
Add a new test app to Dev Tools, "Bad Behavior", which has
buttons to crash and generate an ANR on command.
Update the Monkey to follow changed APIs.
|