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

Commit 65e1e3dc authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Use power_mode_state_text in dumpsys am: 80ab8036 am: 9198ebe7

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1534206

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I7b01a2cd0af47ff810e32a6074079c914b4c51c8
parents d87033fd 9198ebe7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -511,6 +511,8 @@ void DumpsysAcl(int fd) {
    LOG_DUMPSYS(fd, "    disconnect_reason:0x%02x", acl_conn.disconnect_reason);
    LOG_DUMPSYS(fd, "    chg_ind:%s", (btm_pm_mcb.chg_ind) ? "true" : "false");
    LOG_DUMPSYS(fd, "    role:%s", RoleText(acl_conn.link_role).c_str());
    LOG_DUMPSYS(fd, "    power_mode_state:%s",
                power_mode_state_text(btm_pm_mcb.state).c_str());
  }
}
#undef DUMPSYS_TAG