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

Commit d884be6c authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "AudioService: catch RuntimeException for IServiceManager.getService"

parents ad8b399e ca9ace30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10619,7 +10619,7 @@ public class AudioService extends IAudioService.Stub
                }
            }
            return pids;
        } catch (RemoteException e) {
        } catch (RemoteException | RuntimeException e) {
            return new HashSet<Integer>();
        }
    }