I
I
Igor-Novikov2020-05-18 13:55:45
Android
Igor-Novikov, 2020-05-18 13:55:45

Why is Android Studio only able to write device logs for Info, Warn and Error levels?

There is an android device with an application, the logs of which I am trying to catch using filters.
At first I thought that I didn’t write logs at all, but as it turned out, they are written only for the Info, Warn, and Error levels. Why is this happening?

As far as I understand, levels are needed simply to create a hierarchy of logs and convenient filtering. Therefore, it does not matter what level we see. Or is there another purpose of log levels?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
Jacen11, 2020-05-19
@Jacen11

including the levels needed to turn them off. Logging slows down the program a lot. For the seller, only a record of errors can be left. Everything should be written, maybe something was messed up with the settings, maybe you don’t know how to log, or maybe read them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question