8.0.17 apm
This commit is contained in:
@@ -80,7 +80,7 @@ include ':tts:tts-noop'
|
||||
|
||||
// 测试DEBUG
|
||||
include ':test:crashreport'
|
||||
include ':test:crashreport-bugly'
|
||||
//include ':test:crashreport-bugly'
|
||||
include ':test:crashreport-noop'
|
||||
include ':test:crashreport-upgrade'
|
||||
include ':test:crashreport-apmbyte'
|
||||
|
||||
@@ -38,7 +38,7 @@ public class ApmCrashReportProvider implements ITestCrashReportProvider {
|
||||
initCrash(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))
|
||||
.setCustomDataCallback(new AttachUserData() {
|
||||
|
||||
Reference in New Issue
Block a user