Merge "Fix duplicate package name output."
This commit is contained in:
committed by
Android (Google) Code Review
commit
8662b30cfd
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user