2

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?

JSmith
  • 135
  • 4
  • 14
  • Does this answer your question? [Logcat not showing debug level messages](https://stackoverflow.com/questions/13063164/logcat-not-showing-debug-level-messages) – SpaceBison Apr 01 '21 at 21:02

1 Answers1

2

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

Reejesh PK
  • 658
  • 1
  • 11
  • 27