increase the test code to verify func and wait to finish the process

This commit is contained in:
zhongchao
2021-05-27 21:49:10 +08:00
parent ee4c259e14
commit cc275935b8
4 changed files with 22 additions and 20 deletions

View File

@@ -34,7 +34,7 @@ public class V2XEventPanelModuleProvider implements
@Override
public Fragment createFragment(Context context, Bundle data) {
Logger.e(MODULE_NAME, "事件模版 createFragment。。。。");
Logger.d(MODULE_NAME, "事件模版 createFragment。。。。");
V2XServiceManager.init(context);
return V2XEventPanelFragment.Companion.getInstance();
}
@@ -93,7 +93,7 @@ public class V2XEventPanelModuleProvider implements
@Override
public void init(Context context) {
V2XServiceManager.init(context);
Logger.e(MODULE_NAME, "事件模版 模块初始化。。。。");
Logger.d(MODULE_NAME, "事件模版 模块初始化。。。。");
}
@Override

View File

@@ -131,7 +131,7 @@ public class V2XModuleProvider implements
@Override
public void init(Context context) {
Logger.e(MODULE_NAME, "V2X 模块初始化。。。。");
Logger.d(MODULE_NAME, "V2X 模块初始化。。。。");
mContext = context;
V2XUtils.init(context);