Catch possible NumberFormatException in ServiceStateTracker
If operatorNumeric has any non numeric characters Integer.parseInt will fail with a NumberFormatException. Catch these exceptions and return false. Change-Id: I721fdbcff8566b59d11a64d506165496246dd099 TICKET: CYNGNOS-961 (cherry picked from commit 0d7a1ddd)
Loading
Please register or sign in to comment