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?
Asked
Active
Viewed 559 times
2
-
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 Answers
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
-
Where did you find out that? Seems like that is happening with my device too. – Seven Jul 25 '18 at 16:42