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

Commit 782f5aeb authored by Pyuli Naithani's avatar Pyuli Naithani
Browse files

Fix the bug introduced in ag/19575369

The bug printed the wrong listener in the dump funtion.

BUG:240200048

Test: Manual
Change-Id: I6319cf04c430047ed3fc279e1b62dfe8c40a9b64
parent bf35df94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -568,7 +568,7 @@ public class LegacyAppOpsServiceInterfaceImpl implements AppOpsServiceInterface
                        printedOpHeader = true;
                    }
                    printWriter.print("      #"); printWriter.print(j); printWriter.print(": ");
                    printWriter.println(mOpModeWatchers.valueAt(i).toString());
                    printWriter.println(modeChangedListenerSet.valueAt(j).toString());
                }
            }
        }