android-logcatandroid-studio-3.0sony-xperia

Logcat messages not shown with Xperia XA1 ultra


Hi when I debug my apps with Sony Xperia XA1 Ultra in android studio, debug and verbose logs do not appear. My phone is running Android 8.0. I have installed the necessary driver and have tested with another phone (Sony Xperia Z1 Compact) and it outputs the logcat messages. Anybody else with the same issue?


Solution

  • Log.d messages are ignored in some models. You can use Log.i to solve the problem. To replace in all of your project files, you can follow: Find and replace Android studio