Merge "Removes unnecessary logging from clearAppDataLIF"

This commit is contained in:
TreeHugger Robot
2020-09-18 18:26:59 +00:00
committed by Android (Google) Code Review

View File

@@ -10503,7 +10503,6 @@ public class PackageManagerService extends IPackageManager.Stub
private void clearAppDataLIF(AndroidPackage pkg, int userId, int flags) {
if (pkg == null) {
Slog.wtf(TAG, "Package was null!", new Throwable());
return;
}
clearAppDataLeafLIF(pkg, userId, flags);