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

Commit 0e5fbd9f authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix TelephonyRegistry's mListenLog." am: eedc45be am: 00a9ff1f

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1542036

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I447d41bdb9194647e01114101267fefb2a19e5a2
parents dd9753cf 00a9ff1f
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);