Merge "AudioService: catch RuntimeException for IServiceManager.getService"
This commit is contained in:
@@ -10619,7 +10619,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