enableReport static method
void
enableReport()
开启网络上报能力
Implementation
static void enableReport() {
RMonitorReporter.instance.start();
BuglyReporter.instance.start();
}
开启网络上报能力
static void enableReport() {
RMonitorReporter.instance.start();
BuglyReporter.instance.start();
}