Maybe it's a dumb question but I couldn't find the solution.
The problem it's that I put logs
in all my Android app and it doesn't appear on the logcat
. I don't know why now they don't appear because some days ago they appeared normally.
I put the logs
like:
Log.d("prove", "this works");
And in the logcat just appears sentences like:
ACT-AM_ON_PAUSE_CALLED....
ACT-PAUSE_ACTIVITY_FINISHING....
ACT-AM_ON_RESUME_CALLED....
and similars. The ....
refers that the sentences are bigger (they show the activity that it's doing the proccess but I obviate to put here because they are too long).
What could be the problem? Maybe a configuration that has been changed? (I didn't change any configuration but maybe I missclick in some botton and change something by error).
Thanks in advance!