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

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

Merge "Oops, need to return on success."

parents 01b0fa53 27a108cf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2611,6 +2611,7 @@ class StorageManagerService extends IStorageManager.Stub implements Watchdog.Mon

            try {
                mVold.mkdirs(appPath);
                return;
            } catch (Exception e) {
                throw new IllegalStateException("Failed to prepare " + appPath + ": " + e);
            }