Files
OpticalSystem/uniapp/scripts/adb-debug.ps1
一休哥哥6666 721543f423 feat:uniapp模块
2026-07-14 14:53:45 +08:00

12 lines
458 B
PowerShell
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 用法:先启动 App再运行此脚本
adb devices
Write-Host "`n=== 已安装的 uni 包 ==="
adb shell pm list packages | findstr /i uni
Write-Host "`n=== 清空日志,请手动点开 App ==="
adb logcat -c
Start-Sleep -Seconds 2
Write-Host "`n=== 抓取 DCloud / 崩溃 / WebView 日志30秒==="
adb logcat -v time -t 800 | findstr /i "dcloud uni jyuan UNIOPTICAL NIOPTICAL AndroidRuntime FATAL chromium bootstrap splash WebView loadUrl"