Get in touch
or send us a question?
CONTACT

ADB Android get logs on Windows

thumbnail

1.Download ADB tools

https://dl.google.com/android/repository/platform-tools-latest-windows.zip

2.Write bat file

getlog.bat

@echo on
adb logcat -c
adb logcat -e “m2” -v time >C:\temp\logcat.txt