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

Commit d6a8c32a authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

am 2b46774f: Merge "Guard against MountService throwing NPE." into lmp-mr1-dev

automerge: 0cb736f7

* commit '0cb736f7':
  Guard against MountService throwing NPE.
parents 2abf1f1c 0cb736f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2419,7 +2419,7 @@ class ContextImpl extends Context {
                        int res = -1;
                        try {
                            res = mount.mkdirs(getPackageName(), dir.getAbsolutePath());
                        } catch (RemoteException e) {
                        } catch (Exception ignored) {
                        }
                        if (res != 0) {
                            Log.w(TAG, "Failed to ensure directory: " + dir);