Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8662b30c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix duplicate package name output."

parents 04484fcb b5fcb5a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {