Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link

I'm not familiar with monogame but LogCat can be viewed not only by using apps but also from command line tool adb(android debug bridge).

Assuming that you had to install android sdk You should be able to do this steps in your command line/shell:

  1. Change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so you may want to filter it for your needs.

For more information about filtering check this SO threadcheck this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on your device.

If command line related solutions aren't for you try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows you to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

I'm not familiar with monogame but LogCat can be viewed not only by using apps but also from command line tool adb(android debug bridge).

Assuming that you had to install android sdk You should be able to do this steps in your command line/shell:

  1. Change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so you may want to filter it for your needs.

For more information about filtering check this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on your device.

If command line related solutions aren't for you try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows you to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

I'm not familiar with monogame but LogCat can be viewed not only by using apps but also from command line tool adb(android debug bridge).

Assuming that you had to install android sdk You should be able to do this steps in your command line/shell:

  1. Change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so you may want to filter it for your needs.

For more information about filtering check this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on your device.

If command line related solutions aren't for you try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows you to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

Fixed spelling, "buy" to "by", and fixed some grammar mistakes where "You" and "Your" were improperly capitilized.
Source Link

I'm not familiar with monogame but LogCat can be viewed not only buyby using apps but also from command line tool adb(android debug bridge).

Assuming that Youyou had to install android sdk You should be able to do this steps in Youryour command line/shell:

  1. changeChange dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so Youyou may want to filter it for Youryour needs.

For more information about filtering check this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on Youryour device.

If command line related solutions aren't for Youyou try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows Youyou to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

I'm not familiar with monogame but LogCat can be viewed not only buy using apps but also from command line tool adb(android debug bridge).

Assuming that You had to install android sdk You should be able to do this steps in Your command line/shell:

  1. change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so You may want to filter it for Your needs.

For more information about filtering check this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on Your device.

If command line related solutions aren't for You try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows You to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

I'm not familiar with monogame but LogCat can be viewed not only by using apps but also from command line tool adb(android debug bridge).

Assuming that you had to install android sdk You should be able to do this steps in your command line/shell:

  1. Change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so you may want to filter it for your needs.

For more information about filtering check this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on your device.

If command line related solutions aren't for you try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows you to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

added 3 characters in body
Source Link
Axxxon
  • 221
  • 1
  • 6

I'm not familiar with monogame but LogCat can be viewed not only buy using apps but also from command line tool adb(android debug bridge).

Assuming that You had to install android sdk You should be able to do this steps in Your command line/shell:

  1. change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so You may want to filter it for Your needs.

For more information about filtering check this SO thread.

Info: You may need to enabled enable option USB Debugging'USB Debugging' in Developers Options'Developers Options' on Your device.

If command line related solutions aren't for You try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows You to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

I'm not familiar with monogame but LogCat can be viewed not only buy using apps but also from command line tool adb(android debug bridge).

Assuming that You had to install android sdk You should be able to do this steps in Your command line/shell:

  1. change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so You may want to filter it for Your needs.

For more information about filtering check this SO thread.

Info: You may need to enabled option USB Debugging in Developers Options on Your device.

If command line related solutions aren't for You try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows You to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

I'm not familiar with monogame but LogCat can be viewed not only buy using apps but also from command line tool adb(android debug bridge).

Assuming that You had to install android sdk You should be able to do this steps in Your command line/shell:

  1. change dir to /YOUR_SDK_PATH/platform-tools eg. cd ~/android-sdk/platform-tools
  2. Run adb with logcat option adb logcat for windows adb.exe logcat

The problematic outcome is that it prints whole LogCat output so You may want to filter it for Your needs.

For more information about filtering check this SO thread.

Info: You may need to enable option 'USB Debugging' in 'Developers Options' on Your device.

If command line related solutions aren't for You try to install Android Studio. It has 'Android Monitor' panel that does the most work and allows You to define own filters using GUI.

Extra: After some googling I've found tool called mLogcat which maybe be useful for You as alternative to Android Studio.

Source Link
Axxxon
  • 221
  • 1
  • 6
Loading