I get the following message in Android Logcat
I/ActivityManager(59): Start proc com.abc.xyz:mnp for service com.abc.xyz/.contact.SomeService: pid=31198 uid=10036 gids={3003, 1015}
.
What are the meanings of pid
, uid
and gids
and numbers in front of them here?
These are standard Linux terms:
pid
= process IDuid
= user ID of the application that owns that processgid
= group IDs of the application that owns that processIf you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With