Merge commit '310187112b211f24c074fd9e34db9dddc59158f3'
* commit '310187112b211f24c074fd9e34db9dddc59158f3':
Add an activity to Dev Tools that shows the Configuration and DisplayMetrics.
- removed the list of account types from the top
- changed the context menu to use the actual account type, not
the one selected in the spinner
- add the clear password option to the context menu
Change-Id: Icd509ed3f3da889f48b064cf524345e0121899fc
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.
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.
Merge commit 'b57238690e7e4afa66416e3ad25183a576f35075' into eclair-mr2
* commit 'b57238690e7e4afa66416e3ad25183a576f35075':
create a test app that allows direct control of a sync adapter for testing purposes
First test toggles wifi on/off forever (must have wifi associated to start,
or at least a remembered network in range)
Second test toggles the screen on off so you can test wifi cycle from that point.
Lastly adds some network-feature tests using mms or hipri net features.
bug: 2170806