D
D
demoded2013-12-16 10:30:48
Android
demoded, 2013-12-16 10:30:48

Why can't I see my messages in LogCat?

I started to learn Android, I tried to display messages in Log, but I can't find them in LogCat.
In the method onCreateI write Log.e("MyTestMessage", "SimpleLogTest");
Tried on a real device and in an emulator.
I see a bunch of other messages, including from my application, but this one is not there.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
demoded, 2013-12-17
@demoded

found the reason :) the dunce himself - open 2 identical HelloWorld, as a result, one ruled, and launched another.

G
GavriKos, 2013-12-16
@GavriKos

1) Is the output of error messages turned on?
2) Are filters turned off?

D
demoded, 2013-12-16
@demoded

turned off all filters (in the LogCat window in Eclipse I selected All messages)
the verbose message level, but also tried errors - nifiga.
maybe it's just eclipse weird?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question