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

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

Merge "Track down Contexts without data directories." into nyc-dev am: 3a10c1e8 am: 3bf4cd1f

am: 47e625c6

* commit '47e625c6':
  Track down Contexts without data directories.

Change-Id: I2897b5a85ca276b28fe2eb4c02ea679cb2344317
parents 2f46f707 47e625c6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1958,6 +1958,10 @@ class ContextImpl extends Context {
            }

            if (res != null) {
                if (!res.exists()) {
                    Log.wtf(TAG, "Data directory doesn't exist for package " + getPackageName(),
                            new Throwable());
                }
                return res;
            } else {
                throw new RuntimeException(