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

Commit 000a7475 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Use the correct component name in bringDownServiceLocked" into main

parents 53c1a1e9 ad99cdf3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6290,7 +6290,7 @@ public final class ActiveServices {
                final ComponentName clientSideComponentName =
                        cr.aliasComponent != null ? cr.aliasComponent : r.name;
                try {
                    cr.conn.connected(r.name, null, true);
                    cr.conn.connected(clientSideComponentName, null, true);
                } catch (Exception e) {
                    Slog.w(TAG, "Failure disconnecting service " + r.shortInstanceName
                          + " to connection " + c.get(i).conn.asBinder()