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); }