Can't Repro
Status Update
Comments
jb...@google.com <jb...@google.com> #2
This issue is assigned to an engineer for further evaluation
le...@gmail.com <le...@gmail.com> #3
The same bug with Eclipse 3.6 on Linux.
ch...@gmail.com <ch...@gmail.com> #4
Same bug with Eclipse 3.7 on Linux (Arch 64bits)
Is it me or this post is more than 2 years old and have not been resolved yet ?
Is it me or this post is more than 2 years old and have not been resolved yet ?
in...@gmail.com <in...@gmail.com> #5
No! It's the way it is. Looks like it hasn't been solved up to now. I just needed to "fix" it with this workaround. And it caused other troubles like no completions available and stuff...
vs...@google.com <vs...@google.com>
vs...@google.com <vs...@google.com> #6
I could not reproduce this. In any case, ADT 14 logcat view is also a complete rewrite. Are any of you seeing this with ADT 14?
ra...@gmail.com <ra...@gmail.com> #7
DDMS is blank for me with ADT 14, eclipse 3.7.1 and Ubuntu
pe...@gmail.com <pe...@gmail.com> #8
The same for me...ADT 14 eclipse 3.7.1 and ubuntu
In fact I'm suffering strange issues since I have updated.
Anyone else?
In fact I'm suffering strange issues since I have updated.
Anyone else?
sc...@gmail.com <sc...@gmail.com> #9
Just updated my ADT to 15. NOW I have this problem (was working fine before). Running Eclipse 3.5.2 on Mac OSX 10.6.7 (Snow Leopard).
sy...@gmail.com <sy...@gmail.com> #10
[Comment deleted]
vs...@google.com <vs...@google.com> #11
Please file a new bug with reproducible steps if you still see this issue.
al...@gmail.com <al...@gmail.com> #12
i Hand This Problem ,
Please Fix.
Please Fix.
Description
Pack 3) try to log anything and the LogCat window will remain totally blank
(even standard Android logs will not appear). You can also see it
explicitly fail on a manual log. First import:
import android.util.Log;
Then use it:
Log.v("tag", "something log worthy"); // v, d, w, i, e all fail
Nothing will appear.
A quick fix for this is to follow the same advice found for a different
problem here:
Which mostly consists of moving all the org.eclipse.mylyn.* files out of
the Eclipse plugin directory. After doing that and restarting Eclipse,
logging works as expected.