enableLooperStack static method

void enableLooperStack(
  1. bool isEnable
)

打开卡顿抓栈监控

Implementation

static void enableLooperStack(bool isEnable) {
  _isLooperStackEnable = isEnable;
}