Commit b1a3f0c
Fix no data issue after system server crash
FW was checking "Radio Available" instead of "Radio On" when
broadcasting data availability. This was causing an issue in
a certain recovery case (system server restart/phone process
restart) where "Radio (modem) is available" but radio was
turned off.
This patch obsolete the use of mRadioAvailable attribute and
use RadioState from RIL directly to check if Radio is ON.
Bug:5077346
Change-Id: Ie7ac05e3d5e328e3d5303541ca41326754f309c11 parent 37f770f commit b1a3f0c
File tree
1 file changed
+1
-4
lines changed- telephony/java/com/android/internal/telephony/gsm
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | | - | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
1571 | 1570 | | |
1572 | 1571 | | |
1573 | 1572 | | |
1574 | | - | |
| 1573 | + | |
1575 | 1574 | | |
1576 | 1575 | | |
1577 | 1576 | | |
| |||
1703 | 1702 | | |
1704 | 1703 | | |
1705 | 1704 | | |
1706 | | - | |
1707 | 1705 | | |
1708 | 1706 | | |
1709 | 1707 | | |
| |||
1731 | 1729 | | |
1732 | 1730 | | |
1733 | 1731 | | |
1734 | | - | |
1735 | 1732 | | |
1736 | 1733 | | |
1737 | 1734 | | |
| |||
0 commit comments