Log successful pin setting.

fork-5.53.8
Alan Evans 2020-05-19 15:42:49 -03:00 zatwierdzone przez Alex Hart
rodzic b509ee9ee0
commit 34159fc9da
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -335,6 +335,8 @@ public final class PinState {
kbsValues.setKbsMasterKey(newData, PinHashing.localPinHash(pin));
TextSecurePreferences.clearRegistrationLockV1(context);
Log.i(TAG, "Pin set/attempts reset on KBS");
} catch (IOException e) {
Log.w(TAG, "May have failed to reset pin attempts!", e);
} catch (UnauthenticatedResponseException e) {