Blitzz Help Center

Here are the detailed steps on how to perform a logcat.


  1. Connect the device to a PC with ADB installed
  2. 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’
  3. 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.
  4. 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

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.