Here are the detailed steps on how to perform a logcat.
- Connect the device to a PC with ADB installed
- Open a Command Prompt window by looking for the application under that name or by opening a ‘Run’ window (Press Windows Key + R or looking for the ‘Run’ application) and entering ‘cmd’
- Ensure the M400 is recognized within ADB by entering the command ‘adb devices’ in the Command Prompt window and looking for the serial number in the list displayed.
- Enter the command ‘adb logcat -d > log.txt’, this will write the output of the command directly to a text file in the current directory displayed in the Command Prompt window. You can use any filename of your choosing in place of ‘log.txt’, and we advise using a unique name that can be associated with the specific device such as ‘M00501234-log.txt’