Android使用adb抓取log

    xiaoxiao2022-06-29  38

    Android开发使用adb来抓取log

    普通抓取

    adb shell logcat > logcat.txt

    完整抓取

    adb logcat -b main -b system -b radio -b events -v time > logcat.txt

    转载请注明原文地址: https://ju.6miu.com/read-1124829.html

    最新回复(0)