Wish "Starting service" pollution

Informatix

Expert
Licensed User
Longtime User
My filtered log is regularly polluted by lines like this one that does not have any relation with my B4A projects:
Starting service ServiceState{433968b8 com.android.providers.media.MtpService pkg=com.android.providers.media proc=433968b8} without owner

I say "pollution" because I can have a lot of them, e.g. 20 at the same time, then 30 a few minutes later.

I get also lines like this:
Service ServiceRecord{427e3ba0 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42921498 28712:com.estrongs.android.pop/u0a70} not same as in map: null

Why do I get that? Is it possible to remove them in a future version?
 
Last edited:

Informatix

Expert
Licensed User
Longtime User
On my devices with Kitkat, it's a plague !

LogCat connected to: 015d25646813ee14
--------- beginning of /dev/log/system
Service ServiceRecord{42eaad60 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{429bfd80 26612:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{42c194d8 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42b3fa90 29213:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{429b1ab0 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42b776a8 32045:com.estrongs.android.pop/u0a70} not same as in map: null
Starting service ServiceState{42c6c9a0 org.chromium.content.app.SandboxedProcessService3 pkg=com.android.chrome proc=42c6c9a0} without owner
Service ServiceRecord{42bce390 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{429c60f8 14618:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{42ddd7f0 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{41f286c0 16277:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{42d9f690 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{41f286c0 18373:com.estrongs.android.pop/u0a70} not same as in map: null
Starting service ServiceState{4292f238 org.chromium.content.app.SandboxedProcessService4 pkg=com.android.chrome proc=4292f238} without owner
Service ServiceRecord{42dee200 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{4291ee28 19514:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{42f3eaf0 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{429b84d8 23745:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{42c8aa80 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42ca6c18 24197:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{429d1128 u0 com.google.android.music/.preferences.MusicPreferenceService$MusicPreferenceServiceBinder} in process ProcessRecord{428caba0 2635:com.google.android.music:main/u0a36} not same as in map: null
Service ServiceRecord{42895dc0 u0 com.google.android.music/.net.NetworkMonitor} in process ProcessRecord{428caba0 2635:com.google.android.music:main/u0a36} not same as in map: null
Service ServiceRecord{42e74b90 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{41f291a0 24572:com.estrongs.android.pop/u0a70} not same as in map: null
Starting service ServiceState{428ce918 red.extension.DigitalClockWidget.UpdateService pkg=red.extension.DigitalClockWidget proc=428ce918} without owner
Service ServiceRecord{42a64a70 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42aba038 26839:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{427f03e8 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42861f88 28080:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{42e21118 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{42ea8128 31511:com.estrongs.android.pop/u0a70} not same as in map: null
Service ServiceRecord{41f5b260 u0 com.estrongs.android.pop/com.estrongs.android.ui.notification.ESTaskService} in process ProcessRecord{4250c820 679:com.estrongs.android.pop/u0a70} not same as in map: null

etc.

Why are these messages not filtered? The FATAL level ?
 
Top