Skip to content
This repository was archived by the owner on Mar 5, 2018. It is now read-only.
This repository was archived by the owner on Mar 5, 2018. It is now read-only.

OS Monitor causes whole system stuttering on Xperia Z3 #84

@pmts

Description

@pmts

Yes, I know it sounds weird.

I had a problem with my Z3 (stock Marshmallow) where it would freeze up for a fraction of a second every few seconds. I've tracked it down to OS Monitor: those stutters seem to happen only when it's polling the system. There's a bunch of lines like this printed to logcat when that happens, perhaps it's related:

05-01 21:02:07.877 6699 6699 W osmcore : type=1400 audit(0.0:3470533): avc: denied { getattr } for path="/proc/1" dev="proc" ino=935969 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:07.877 6699 6699 W osmcore : type=1400 audit(0.0:3470534): avc: denied { getattr } for path="/proc/2" dev="proc" ino=935970 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:07.877 6699 6699 W osmcore : type=1400 audit(0.0:3470535): avc: denied { getattr } for path="/proc/3" dev="proc" ino=935971 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:07.877 6699 6699 W osmcore : type=1400 audit(0.0:3470536): avc: denied { getattr } for path="/proc/6" dev="proc" ino=935972 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:07.877 6699 6699 W osmcore : type=1400 audit(0.0:3470537): avc: denied { getattr } for path="/proc/7" dev="proc" ino=935973 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:09.987 6699 6699 W osmcore : type=1400 audit(0.0:3470793): avc: denied { getattr } for path="/proc/1" dev="proc" ino=935969 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:init:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:09.987 6699 6699 W osmcore : type=1400 audit(0.0:3470794): avc: denied { getattr } for path="/proc/2" dev="proc" ino=935970 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:09.987 6699 6699 W osmcore : type=1400 audit(0.0:3470795): avc: denied { getattr } for path="/proc/3" dev="proc" ino=935971 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:09.987 6699 6699 W osmcore : type=1400 audit(0.0:3470796): avc: denied { getattr } for path="/proc/6" dev="proc" ino=935972 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init" 05-01 21:02:09.987 6699 6699 W osmcore : type=1400 audit(0.0:3470797): avc: denied { getattr } for path="/proc/7" dev="proc" ino=935973 scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:r:kernel:s0 tclass=dir permissive=0 ppid=1 pcomm="init" tgid=1 tgcomm="init"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions