[pm] remove false logging
Regression introduced in ag/15392272 when I applied Intellij auto-fixes to remove duplicated `if` clauses. The redundant logging should be removed. BUG: 195326328 Test: builds Change-Id: I4f480699dcfa696b611f25f538d762d9968b0e0d
This commit is contained in:
@@ -21865,8 +21865,6 @@ public class PackageManagerService extends IPackageManager.Stub
|
||||
} catch (InstallerException e2) {
|
||||
logCriticalInfo(Log.DEBUG, "Recovery failed!");
|
||||
}
|
||||
} else {
|
||||
Slog.e(TAG, "Failed to create app data for " + packageName);
|
||||
}
|
||||
|
||||
// Prepare the application profiles only for upgrades and
|
||||
|
||||
Reference in New Issue
Block a user