[android-developers] Re: What is Process Name for mediaserver e.g. com.android.phone is for phone app.

2010-12-03 Thread Atul Raut
Hi Dianne, Thanks for reply, I have written memory leak tool on top of DDMS. Tools needs process name as one parameter and that why am checking here. Noticed there were memory leaks in multimedia side so exploring. Thanks again..

[android-developers] Re: What is Process Name for mediaserver e.g. com.android.phone is for phone app.

2010-12-02 Thread Dianne Hackborn
You can't start a Android/Dalvik process through a process name. Nor should you rely on these names, which are implementation details. On Thu, Dec 2, 2010 at 6:41 AM, Atul Raut atul.dr...@gmail.com wrote: Hi, *What is Process Name for mediaserver e.g. com.android.phone is for phone app