Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

About "init: untracked pid xxxx exited" in Genymotion

Sometimes I see the following logcat output such as that below:

<3>[  283.152845] init: untracked pid 4217 exited
<3>[  283.162185] init: untracked pid 4078 exited
<3>[  283.173691] init: untracked pid 1504 exited
<3>[  283.177018] init: untracked pid 1468 exited

What is the meaning of the log of init: untracked pid xxxx exited?

like image 472
spring79y Avatar asked Jan 10 '13 08:01

spring79y


1 Answers

use logcat and read the huge log carefully. You might find the program that crashes all the time.

like image 102
matthias.bgg Avatar answered Sep 22 '22 19:09

matthias.bgg