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

Commit ff84f013 authored by Devin Moore's avatar Devin Moore Committed by Android (Google) Code Review
Browse files

Merge "Catch ServiceSpecificException in weaver service"

parents f3a5d30a abcdbac2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@ class SyntheticPasswordManager {
        WeaverConfig weaverConfig = null;
        try {
            weaverConfig = weaver.getConfig();
        } catch (RemoteException e) {
        } catch (RemoteException | ServiceSpecificException e) {
            Slog.e(TAG, "Failed to get weaver config", e);
        }
        if (weaverConfig == null || weaverConfig.slots <= 0) {