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

Commit eedc45be authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix TelephonyRegistry's mListenLog."

parents 073452a7 1865ad99
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -304,7 +304,7 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {

    private final LocalLog mLocalLog = new LocalLog(200);

    private final LocalLog mListenLog = new LocalLog(00);
    private final LocalLog mListenLog = new LocalLog(200);

    /**
     * Per-phone map of precise data connection state. The key of the map is the pair of transport
@@ -2316,7 +2316,9 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
            pw.println("local logs:");
            pw.increaseIndent();
            mLocalLog.dump(fd, pw, args);
            pw.decreaseIndent();
            pw.println("listen logs:");
            pw.increaseIndent();
            mListenLog.dump(fd, pw, args);
            pw.decreaseIndent();
            pw.println("registrations: count=" + recordCount);