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

Commit b6745b7a authored by Automerger Merge Worker's avatar Automerger Merge Worker
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 am: 8009c86a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2069476



Change-Id: If48c80a57463986ffa810db50b4b701c6ca4f54e
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 73af5112 8009c86a
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>();
        }
    }