logcat tag

5 questions


1 answers
89 views
0
Output Log from Android

I want to float log on logcat to see what algorithm I implemented and it worksI tried System.out, but I can't do this.How do I display log messages on logcat?

1 years ago

1 answers
75 views
0
I just want to see the Logcat message from my app on Android, is there any way?

I'm developing an Android app with Eclipse. If you run the app on the device, too many messages are printed on Logcat. Is there any way to filter out the messages from my app?

1 years ago

1 answers
100 views
0
When do I use Log.v(), Log.d(), Log.i(), Log.w(), and Log.e() on Android?

Log.v(); // VerboseLog.d(); // DebugLog.i(); // InfoLog.w(); // WarningLog.e(); // ErrorThe comment next to it is a rough one that I know.What do these methods mean in LogCat?

1 years ago

1 answers
64 views
0
How do I filter Android logcats in an application?

I want to filter and print logcats from the application, what should I do? Because when the device is connected, I can't check the results I want because of the spam from other processes.

1 years ago

2 answers
102 views
0
It works on avd, but if you connect to the air meter and press the Radio button, the app is forced to end

2022-03-13 18:18:27.081 22531-22531/com.example.plausibleapp E/Zygote: v22022-03-13 18:18:27.086 22531-22531/com.example.plausibleapp E/Zygote: accessInfo : 02022-03-13 18:19:38.291 22531-22531/com.ex...


© 2024 OneMinuteCode. All rights reserved.