Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd01fac2 authored by Wink Saville's avatar Wink Saville Committed by Android (Google) Code Review
Browse files

Merge "Cleanup README.txt" into jb-mr2-dev

parents 74672e8e 281fc7bd
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
@@ -25,25 +25,24 @@ sendMessageSynchronously blocks.

== Testing ==

There are three Intents that can be sent for testing pruproses:
The following are Intents that can be sent for testing pruproses on
DEBUGGABLE builds (userdebug, eng)

The first two cause bringUp and retry requests to fail and the first
causes all DC's to fail the second causes a specific DC to fail:
*) Causes bringUp and retry requests to fail for all DC's

  adb shell am broadcast -a com.android.internal.telephony.dataconnection.action_fail_bringup --ei counter 2 --ei fail_cause -3
  adb shell am broadcast -a com.android.internal.telephony.dataconnection.DC-1.action_fail_bringup --ei counter 2 --ei fail_cause -3

The other causes all DC's to get torn down, simulating a temporary network outage:
*) Causes all DC's to get torn down, simulating a temporary network outage:

  adb shell am broadcast -a com.android.internal.telephony.dataconnection.action_deactivate_all

To simplify testing we also have detach and attach simulations below where {x} is gsm, cdma or sip
*) To simplify testing we also have detach and attach simulations below where {x} is gsm, cdma or sip

  adb shell am broadcast -a com.android.internal.telephony.{x}.action_detached
  adb shell am broadcast -a com.android.internal.telephony.{x}.action_attached


== Testing on Debuggable Builds ==
== System properties for Testing ==

On debuggable builds (userdebug, eng) you can change additional
settings through system properties.  These properties can be set with