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