customDebugPrint method
打印日志 会发送给web; 解决release包中的debugPrint无法打印问题
Implementation
void customDebugPrint(String message) {
LogWatcherController.instance.customDebugPrint(message);
}
打印日志 会发送给web; 解决release包中的debugPrint无法打印问题
void customDebugPrint(String message) {
LogWatcherController.instance.customDebugPrint(message);
}