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

Commit 38521248 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Using CUJ name instead of ordinal in traces"

parents f00473f7 84f452db
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) + ">";
        }
    }
}