集成日志抓取工具

This commit is contained in:
tongchenfei
2020-08-06 18:14:24 +08:00
parent 43e0324182
commit 169c287f44
6 changed files with 73 additions and 6 deletions

View File

@@ -204,6 +204,11 @@ public class EntranceFragment extends MvpFragment<EntranceView, EntrancePresente
mApis.getSearchManagerApi().goSettings();
return true;
});
mUploadRoadCondition.setOnLongClickListener(view->{
mApis.getMogoMonitorApi().showLogDebugDialog();
return true;
});
}
ConstraintLayout rootView = findViewById(R.id.module_entrance_id_top_motion_layout);