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

Commit 84f452db authored by vadimt's avatar vadimt
Browse files

Using CUJ name instead of ordinal in traces

Test: manual
Bug: 167170986
Change-Id: Id212a997d1922ef5f3eed5f16b4bde603de9ce0c
parent b8608e36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -426,7 +426,7 @@ public class InteractionJankMonitor {
        }

        public String getName() {
            return "Cuj<" + getCuj() + ">";
            return "Cuj<" + getNameOfCuj(mCujType) + ">";
        }
    }
}