On Mar 4, 3:28 am, pink 444 <[email protected]> wrote:
> Some times after installing my application and first running my
> application is creating two processes as follows.
>
> app_1    9064  34    111088 15912 ffffffff afe0d3e4 S com.test
>
> app_1    9077  9064  102764 8932  c006b6dc afe0d3e4 S com.test

Is the the output of "adb shell ps" with no flags?

Looks like the first one was forked from the zygote, and the second
one was forked from the first one.

What does your test do?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to