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

Commit 47e625c6 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

* commit '3bf4cd1f':
  Track down Contexts without data directories.

Change-Id: I494fbd378ce76bf8e4c16c1a024e60dd89b2e7f5
parents 6534e16c 3bf4cd1f
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(