szad670401 / HyperLandmark

Deep Learning Based Free Mobile Real-Time Face Landmark Detector. Contact:jack-yu-business@foxmail.com
Apache License 2.0
1.68k stars 521 forks source link

Could you cancel the Log Warn/Info #87

Closed BigFishMaster closed 4 years ago

BigFishMaster commented 4 years ago

I run this app and find this following log:

W/DrawFacePointsT: type=1400 audit(0.0:6909503): avc: granted { write } for pid=31087 name="demo2.jpg" dev="sdcardfs" ino=23785 scontext=u:r:untrusted_app_27:s0:c62,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file
W/DrawFacePointsT: type=1400 audit(0.0:6909504): avc: granted { write open } for pid=31087 path="/storage/emulated/0/demo2.jpg" dev="sdcardfs" ino=23785 scontext=u:r:untrusted_app_27:s0:c62,c257,c512,c768 tcontext=u:object_r:sdcardfs:s0 tclass=file

My questions:

  1. Is this log from so files?
  2. What does it mean?
  3. How to cancel it?
Jinkham commented 4 years ago

ok, we will set a parameter control this Log info.

BigFishMaster commented 4 years ago

@netdrop-sys It is not only the log, but also a screenshot image named "demo2.jpg" will be saved the storage. Please check this, I think it is not neccessary to do screenshot.

BigFishMaster commented 4 years ago

I find the new PR. I will try it and then close this issue if it is resolved.