yy1717
2020-01-06 f94146b3af6cf8a83c8c0ba62f7f86bae500dec2
app/src/main/java/safeluck/drive/evaluation/app.java
@@ -15,6 +15,7 @@
import com.anyun.exam.lib.crash.CrashHandler;
import com.facebook.stetho.Stetho;
import safeluck.drive.evaluation.cEventCenter.CEventCenter;
import safeluck.drive.evaluation.util.SystemUtil;
/**
@@ -68,6 +69,7 @@
    @Override
    public void callBackMsg(String json) {
        MyLog.d(TAG, "收到==" + json);
        CEventCenter.dispatchEvent("train",0,0,json);
    }