Merge "Removes unnecessary logging from clearAppDataLIF"
This commit is contained in:
committed by
Android (Google) Code Review
commit
bea4e46ffb
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user