# 查詢當前位於前臺的應用包名(Windows)
adb shell dumpsys window | findstr mCurrentFocus
# 查詢 pid(使用上一步查到的包名)
adb shell pidof com.CompanyName.AvaloniaTest
# 顯示日誌(使用上一步查到的 pid)
adb logcat --pid=202020
# 查詢當前位於前臺的應用包名(Windows)
adb shell dumpsys window | findstr mCurrentFocus
# 查詢 pid(使用上一步查到的包名)
adb shell pidof com.CompanyName.AvaloniaTest
# 顯示日誌(使用上一步查到的 pid)
adb logcat --pid=202020