Merge "Fix duplicate package name output."

This commit is contained in:
TreeHugger Robot
2022-02-14 17:03:27 +00:00
committed by Android (Google) Code Review

View File

@@ -261,7 +261,6 @@ public class BinaryTransparencyService extends SystemService {
pw.println("");
}
} catch (PackageManager.NameNotFoundException e) {
pw.println(packageName);
pw.println(packageName
+ ";ERROR:Unable to find PackageInfo for this module.");
if (verbose) {