Searched refs:mLastGlitchFrames (Results 1 – 1 of 1) sorted by relevance
92 private int mLastGlitchFrames; field in GlitchActivity.GlitchSniffer113 mLastGlitchFrames = 0; in startSniffer()134 if (glitchFrames > mLastGlitchFrames || glitchCount > mLastGlitchCount) { in run()151 mLastGlitchFrames = glitchFrames; in run()166 message.append(String.format("glitch.frames = %d\n", mLastGlitchFrames)); in getCurrentStatusReport()