public static void triggerFrameAvailable() {
   Trace.traceCounter(Trace.TRACE_TAG_VIEW, "triggerFrameAvailable", 1);
   MMProfileWrapper.doMMProfileLog(EVENT_FRAME_AVAILABLE, MMProfileWrapper.MMPROFILE_FLAG_PULSE);
   Trace.traceCounter(Trace.TRACE_TAG_VIEW, "triggerFrameAvailable", 0);
 }