Back to Writing
NOTESunityandroidlogcatdebugging

Viewing Android Logcat in Unity 2019.1+

September 13, 2019Updated Feb 17, 2026

Previously, checking Android Logcat from a Unity project required a tedious setup: entering developer mode on the phone, enabling USB debugging, and using adb through Android Studio.

Starting with Unity 2019.1, a Logcat Viewer is available through the Package Manager, making log inspection significantly simpler.

Post image

This is a feature that should have existed much earlier. Now that it's available as an official package, debugging productivity has improved considerably.