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

Commit a2ff7025 authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Todd Kennedy
Browse files

OMS: remove duplicate mState line from 'cmd overlay dump'

Commit 38988345 duplicated the mState part of the OMS dump output (by
mistake). Remove the offending line.

Test: manual (adb shell cmd overlay dump)
Change-Id: Ie5dd9e10b691e3d5b3ac1c60a3a5d01fdc17bdac
parent a50bed00
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -309,7 +309,6 @@ final class OverlayManagerSettings {
            pw.println("mTargetOverlayableName.: " + item.getTargetOverlayableName());
            pw.println("mBaseCodePath..........: " + item.getBaseCodePath());
            pw.println("mState.................: " + OverlayInfo.stateToString(item.getState()));
            pw.println("mState.................: " + OverlayInfo.stateToString(item.getState()));
            pw.println("mIsEnabled.............: " + item.isEnabled());
            pw.println("mIsStatic..............: " + item.isStatic());
            pw.println("mPriority..............: " + item.mPriority);