disableBugly static method

void disableBugly()

关闭 bugly

Implementation

static void disableBugly() {
  _bugly_isEnable = false;
}