endian11
2020-01-06 fb299a7bbbf2ab85ef9765143d4e1f37fe32feba
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;
/**
@@ -70,6 +71,7 @@
    @Override
    public void callBackMsg(String json) {
        MyLog.d(TAG, "收到==" + json);
        CEventCenter.dispatchEvent("train",0,0,json);
    }