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

Skip to content
Commit 996d4624 authored by Willy Hu's avatar Willy Hu
Browse files

[DSRM] Fix the index ArrayIndexOutOfBoundsException

Symptom:
- java.lang.ArrayIndexOutOfBoundsException: length=4; index=4
- This issue will happen when device meet data stall and recovered by
  RECOVERY_ACTION_MODEM_RESET, the validation status should be (Failed -> Passed -> Failed),
  When device meet the data stall again, since the lastaction keep
  RESET_MODEM(index 4) so we meet the IndexOutOfBoundsException.

Solution:
- We will initialize all parameters when we receiving the validation passed.
BUg: 222418674
Test: atest DataStallRecoveryManagerTest
      test result: go/dsrm-test-result

Change-Id: I41e3102997f9e4e25b1120c63e6526b0e7a6b06c
parent 7552567f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment