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

Commit 8009c86a authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "AudioService: catch RuntimeException for...

Merge "Merge "AudioService: catch RuntimeException for IServiceManager.getService" am: d884be6c am: 31195841 am: fd32f3e6 am: bda5dc42" into tm-qpr-dev-plus-aosp
parents 438512cd eb24415f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11456,7 +11456,7 @@ public class AudioService extends IAudioService.Stub
                }
            }
            return pids;
        } catch (RemoteException e) {
        } catch (RemoteException | RuntimeException e) {
            return new HashSet<Integer>();
        }
    }