[android-developers] Re: DDMS('?' in process name field)

2010-05-20 Thread fadden
On May 18, 12:17 am, Mathias Lin wrote: > Faden: why can I not have two DDMS running / DDMS not able to get the > real name then (technically)? Each VM is only listening for one debug connection. -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Re: DDMS('?' in process name field)

2010-05-18 Thread Mathias Lin
I have the same problem that sometimes my app doesn't show up in the process list properly but just with a ? I figured that it might depend on where I started the app from, i.e. from within my IDE (IntelliJ or Eclipse) or if I start if from the device, i.e. right after a fresh reboot of the device,

[android-developers] Re: DDMS('?' in process name field)

2010-03-23 Thread fadden
On Mar 23, 3:37 am, Ne0 wrote: > You are right Bob, though the bit that worries me is that the name > never appears! The ? process appears then disappears before DDMS gets > a chance to display the name of the process, which is why it starts > ringing virus alarm bells! It could be anything. Would

[android-developers] Re: DDMS('?' in process name field)

2010-03-23 Thread Ne0
You are right Bob, though the bit that worries me is that the name never appears! The ? process appears then disappears before DDMS gets a chance to display the name of the process, which is why it starts ringing virus alarm bells! It could be anything. Would just like to know what though! On 22 M

[android-developers] Re: DDMS('?' in process name field)

2010-03-22 Thread Bob Kerns
I believe this is simply that DDMS hasn't yet received the name of the process. You'll notice the process number doesn't change. On Mar 22, 2:20 am, Ne0 wrote: > I get this with my Nexus One, the worrying thing is that appears then > disappears very quickly like it is trying hard not to be notice

[android-developers] Re: DDMS('?' in process name field)

2010-03-22 Thread Ne0
I get this with my Nexus One, the worrying thing is that appears then disappears very quickly like it is trying hard not to be noticed. I would associate this sort of behaviour with a virus, trying to remain undetected, but if you are seeing this in an emulator then it may just be a system process.

[android-developers] Re: DDMS('?' in process name field)

2010-03-15 Thread magpad
Did you open two DDMS tools? Just like one is Eclipse DDMS perspective and another is DDMS opened from console-command etc. On 3月12日, 午後3:53, Musafir wrote: > Hi All, > > When i am running DDMS tool to profile the application, In left pane > of the DDMS tool we are able to see all the emulators

[android-developers] Re: DDMS('?' in process name field)

2010-03-15 Thread magpad
Hi Musafir I had the same issue. Did you open two DDMS tools? just like one is opened on Eclipse, and another one is opened from console-command DDMS. So I'm using Eclipse's DDMS only, and '?' is not showing. but I don't know why this problem has occurred... On 3月13日, 午前12:53, Nox wrote: > Wh

[android-developers] Re: DDMS('?' in process name field)

2010-03-12 Thread Nox
Which version of Android do you use, I mean 1.5, 1.6 or an other version? If you get a "?" , one application is unnamed but this shouldn´t be there. In 2.0.1 or in 2.1 this shouldn´t happen again. On 12 Mrz., 07:53, Musafir wrote: > Hi All, > > When i am running DDMS tool to profile th