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

Commit 892d269b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Guard against NPE in ServiceConnector" into rvc-dev

parents 11fcb198 2ae38f38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -709,7 +709,7 @@ public interface ServiceConnector<I extends IInterface> {
                if (DEBUG) {
                    return mDebugName;
                }
                return mDelegate.toString() + " wrapped into " + super.toString();
                return mDelegate + " wrapped into " + super.toString();
            }

            @Override