8.0.17 apm

This commit is contained in:
lianglihui
2021-12-30 18:39:36 +08:00
parent 67e466bb49
commit 337ea85e7c
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ include ':tts:tts-noop'
// 测试DEBUG // 测试DEBUG
include ':test:crashreport' include ':test:crashreport'
include ':test:crashreport-bugly' //include ':test:crashreport-bugly'
include ':test:crashreport-noop' include ':test:crashreport-noop'
include ':test:crashreport-upgrade' include ':test:crashreport-upgrade'
include ':test:crashreport-apmbyte' include ':test:crashreport-apmbyte'

View File

@@ -38,7 +38,7 @@ public class ApmCrashReportProvider implements ITestCrashReportProvider {
initCrash(context); initCrash(context);
initApmInsight(context); initApmInsight(context);
} }
private void initCrash(final Context context) { private void initCrash(final Context context) {
MonitorCrash crash = MonitorCrash.init(context, BYTEAMP_APPID, CommonUtils.getVersionCode(context), CommonUtils.getVersionName(context)) MonitorCrash crash = MonitorCrash.init(context, BYTEAMP_APPID, CommonUtils.getVersionCode(context), CommonUtils.getVersionName(context))
.setCustomDataCallback(new AttachUserData() { .setCustomDataCallback(new AttachUserData() {