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

Commit 44c38e3d 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

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

Change-Id: Ib185bbc865fe2f1704a33b3f7557fd6c5226be1f
parents 68aab5b0 3a10c1e8
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(