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