Merge "Catch ServiceSpecificException in weaver service"
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user