Merge "AudioService: catch RuntimeException for IServiceManager.getService" am: d884be6c10 am: 311958411a
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2069476 Change-Id: Ia4ad4c992f74e1c78b7c905d9fca76f7e988993e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -11456,7 +11456,7 @@ public class AudioService extends IAudioService.Stub
|
||||
}
|
||||
}
|
||||
return pids;
|
||||
} catch (RemoteException e) {
|
||||
} catch (RemoteException | RuntimeException e) {
|
||||
return new HashSet<Integer>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user