diff options
| author | 2015-07-20 21:23:38 +0000 | |
|---|---|---|
| committer | 2015-07-20 21:23:38 +0000 | |
| commit | dacf0443d57c11c8b7021f591a20519e53dd3b9e (patch) | |
| tree | 54b52ef331a940a9c67b5d4e7d6999864c414c41 | |
| parent | 47b9d250220f7eaaef7465367fd6ff0d2c86f4e1 (diff) | |
| parent | b0e4a9e8a4367cbc3c7f08f7f95cfa0c9397fdaf (diff) | |
am b0e4a9e8: Merge "Support optional modem restart on certain errors." into mnc-dev
* commit 'b0e4a9e8a4367cbc3c7f08f7f95cfa0c9397fdaf':
Support optional modem restart on certain errors.
| -rwxr-xr-x | core/res/res/values/config.xml | 8 | ||||
| -rwxr-xr-x | core/res/res/values/symbols.xml | 2 |
2 files changed, 10 insertions, 0 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml index a855f2f0908a..06b6389f3bea 100755 --- a/core/res/res/values/config.xml +++ b/core/res/res/values/config.xml @@ -2261,4 +2261,12 @@ <!-- How long history of previous vibrations should be kept for the dumpsys. --> <integer name="config_previousVibrationsDumpLimit">20</integer> + + <!-- Number of retries Cell Data should attempt for a given error code before + restarting the modem. + Error codes not listed will not lead to modem restarts. + Array of "code#,retry#" --> + <string-array name="config_cell_retries_per_error_code"> + </string-array> + </resources> diff --git a/core/res/res/values/symbols.xml b/core/res/res/values/symbols.xml index 3695cf65632c..f590ebe527b8 100755 --- a/core/res/res/values/symbols.xml +++ b/core/res/res/values/symbols.xml @@ -2311,4 +2311,6 @@ <java-symbol type="bool" name="allow_stacked_button_bar" /> <java-symbol type="bool" name="config_eap_sim_based_auth_supported" /> + + <java-symbol type="array" name="config_cell_retries_per_error_code" /> </resources> |