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

Commit 3f5aad88 authored by Hunter Knepshield's avatar Hunter Knepshield
Browse files

Log phoneId in CarrierPrivilegesTracker dump.

Improves readability in the long TelephonyDebugService dump for faster
confirmation of carrier privilege status on a particular SIM slot.

Test: make, dump TelDbgSvc
Change-Id: I9cf8af74c2593a4ccaa326a1dd9bc761b3fd4e9e
parent ce16332d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -792,6 +792,7 @@ public class CarrierPrivilegesTracker extends Handler {
     * Dump the local log buffer and other internal state of CarrierPrivilegesTracker.
     */
    public void dump(@NonNull FileDescriptor fd, @NonNull PrintWriter pw, @NonNull String[] args) {
        pw.println("CarrierPrivilegesTracker - phoneId: " + mPhone.getPhoneId());
        pw.println("CarrierPrivilegesTracker - Log Begin ----");
        mLocalLog.dump(fd, pw, args);
        pw.println("CarrierPrivilegesTracker - Log End ----");