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

Commit bb1d49f8 authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "OtaDexoptService: Add missing return" into oc-dev am: ab516db3

am: 6a580bef

Change-Id: I3a75fb705d58211c2ecf6937b61722fa12294fd5
parents b7bea999 6a580bef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -316,6 +316,7 @@ public class OtaDexoptService extends IOtaDexopt.Stub {

                if (arg == null) {
                    builder.append('!');
                    return;
                }

                String txt = String.valueOf(arg);