menu
bugly_pro_flutter package
documentation
bugly.dart
Bugly
enableLooperStack static method
enableLooperStack static method
dark_mode
light_mode
enableLooperStack
static method
void
enableLooperStack
(
bool
isEnable
)
打开卡顿抓栈监控
Implementation
static void enableLooperStack(bool isEnable) { _isLooperStackEnable = isEnable; }
bugly_pro_flutter package
documentation
bugly
Bugly
enableLooperStack static method
Bugly class