Removes unnecessary logging from clearAppDataLIF

This change simply removes an unnecessary wtf log for an expected
situation.

Fixes: 158502562
Change-Id: Iec0542f7d2e2761766844b62ab00050902710039
This commit is contained in:
Patrick Baumann
2020-09-17 07:24:21 -07:00
parent 559bf65528
commit 511055faed

View File

@@ -10483,7 +10483,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);