MCPcopy
hub / github.com/IPADS-SAI/MobiAgent / startDataCollection

Function startDataCollection

collect/manual/static/js/script.js:146–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144});
145
146async function startDataCollection() {
147 if (!deviceConnected) {
148 updateStatus('请先连接设备', 'error');
149 return;
150 }
151 // 显示应用信息输入弹窗
152 showAppInfoModal();
153}
154
155async function endDataCollection() {
156 const startBtn = document.getElementById('startBtn');

Callers

nothing calls this directly

Calls 2

updateStatusFunction · 0.85
showAppInfoModalFunction · 0.85

Tested by

no test coverage detected