Loading core/java/android/app/ContextImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -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( Loading Loading
core/java/android/app/ContextImpl.java +4 −0 Original line number Diff line number Diff line Loading @@ -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( Loading