commit | 50eef8316cbe035f3bef98b757edb35669a3466e | [log] [tgz] |
---|---|---|
author | Mark <markchien@google.com> | Tue Sep 19 06:56:14 2023 +0000 |
committer | Mark <markchien@google.com> | Thu Oct 26 09:31:18 2023 +0000 |
tree | 6a220d3a15a2616378b551007b237a25fbd06f04 | |
parent | 5cc386bdef581c82265cb134bc25c5d46531b043 [diff] |
SyncSM8.1 always call transitionTo under processMessage As state transitions always occur after a message has been processed, calling transitionTo only under processMessage makes the flow easier to understand and less error-prone. The risk of this change is very minimal since it is only about handling the error, but tethering will stop regardless. Test: atest TetheringTests Change-Id: I56c6cf6cc989464ee84a8333ac131afc808a3d95