commit | 2c68afacc311cf04960faede061cfcd0997f8b69 | [log] [tgz] |
---|---|---|
author | sangyun <sangyun@google.com> | Thu Jun 22 11:03:49 2023 +0900 |
committer | sangyun <sangyun@google.com> | Fri Jun 23 10:57:20 2023 +0900 |
tree | 8f43b86acc29ee3bc46ddbcf36dc23d913d00060 | |
parent | c06d7ace8ca579ab81f4c585ff86f1c10fff80c9 [diff] |
Update NR info using the most recent ServiceState Since update NR stats includes a ril message to get slicing infos, it runs as blocking during the timeout period of 1 second. When if ServiceStateChanged event fires consecutively, RadioInfo can run for more than 10 seconds. This can cause ANR. Therefore, send an event only when there is no same event being processed. Bug: 288160637 Test: tested on pixel device Change-Id: I4b13414b382a355fdeba42b8f35e0633cebebcb9