Avoid too long trace section name to crash FrameTracker
android.os.Trace#beginSection limits the length of the section to 127, otherwise, a IllegalArgumentException throws. We limit the length before passing the argument to avoid this. Bug: 239860117 Test: atest InteractionJankMonitorTest FrameTrackerTest Change-Id: I3d9cbc65a8036c18680edf11aace0b324a1befb6
Loading
Please register or sign in to comment