endmr11 / ed_screen_recorder

Screen recorder plugin for Flutter. Supports IOS and Android devices.
MIT License
26 stars 36 forks source link

Access denied finding property "vendor.camera.aux.packagelist" #31

Open WeJeson opened 2 years ago

WeJeson commented 2 years ago

I/Timeline(11138): Timeline: Activity_launch_request time:145994748 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.lbe.security.miui (has extras) } I/Timeline(11138): Timeline: Activity_launch_request time:146002535 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.lbe.security.miui (has extras) } D/permissions_handler(11138): No android specific permissions needed for: 9 I/Timeline(11138): Timeline: Activity_launch_request time:146005640 intent:Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.lbe.security.miui (has extras) } I/System.out(11138): >>>>>>>>>>> 1 I/Timeline(11138): Timeline: Activity_launch_request time:146008191 intent:Intent { cmp=com.android.systemui/.media.MediaProjectionPermissionActivity } W/vecertification(11138): type=1400 audit(0.0:36999): avc: denied { read } for name="u:object_r:vendor_camera_prop:s0" dev="tmpfs" ino=6502 scontext=u:r:untrusted_app:s0:c92,c257,c512,c768 tcontext=u:object_r:vendor_camera_prop:s0 tclass=file permissive=0 E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist" E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist2" W/vecertification(11138): type=1400 audit(0.0:37001): avc: denied { read } for name="u:object_r:vendor_camera_prop:s0" dev="tmpfs" ino=6502 scontext=u:r:untrusted_app:s0:c92,c257,c512,c768 tcontext=u:object_r:vendor_camera_prop:s0 tclass=file permissive=0 W/vecertification(11138): type=1400 audit(0.0:37002): avc: denied { read } for name="u:object_r:vendor_camera_prop:s0" dev="tmpfs" ino=6502 scontext=u:r:untrusted_app:s0:c92,c257,c512,c768 tcontext=u:object_r:vendor_camera_prop:s0 tclass=file permissive=0 E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist" E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist2" W/vecertification(11138): type=1400 audit(0.0:37003): avc: denied { read } for name="u:object_r:vendor_camera_prop:s0" dev="tmpfs" ino=6502 scontext=u:r:untrusted_app:s0:c92,c257,c512,c768 tcontext=u:object_r:vendor_camera_prop:s0 tclass=file permissive=0 E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist" E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist2" E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist" E/libc (11138): Access denied finding property "vendor.camera.aux.packagelist2" E/MediaRecorder(11138): SurfaceMediaSource could not be initialized! E/MediaRecorder(11138): start called in an invalid state: 4 E/Video Error:(11138): java.io.FileNotFoundException: /data/user/0/com.guochu.savecertification/app_flutter/gu/cunzheng-2022-08-02-15-12-20.mp4: open failed: ENOENT (No such file or directory) E/Video Error:(11138): at libcore.io.IoBridge.open(IoBridge.java:485) E/Video Error:(11138): at java.io.RandomAccessFile.(RandomAccessFile.java:288) E/Video Error:(11138): at java.io.RandomAccessFile.(RandomAccessFile.java:151) E/Video Error:(11138): at android.media.MediaRecorder.prepare(MediaRecorder.java:972) E/Video Error:(11138): at com.hbisoft.hbrecorder.ScreenRecordService.initRecorder(ScreenRecordService.java:539) E/Video Error:(11138): at com.hbisoft.hbrecorder.ScreenRecordService.onStartCommand(ScreenRecordService.java:245) E/Video Error:(11138): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3700) E/Video Error:(11138): at android.app.ActivityThread.access$1700(ActivityThread.java:200) E/Video Error:(11138): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1704) E/Video Error:(11138): at android.os.Handler.dispatchMessage(Handler.java:106) E/Video Error:(11138): at android.os.Looper.loop(Looper.java:201) E/Video Error:(11138): at android.app.ActivityThread.main(ActivityThread.java:6806) E/Video Error:(11138): at java.lang.reflect.Method.invoke(Native Method) E/Video Error:(11138): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) E/Video Error:(11138): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873) E/Video Error:(11138): Caused by: android.system.ErrnoException: open failed: ENOENT (No such file or directory) E/Video Error:(11138): at libcore.io.Linux.open(Native Method) E/Video Error:(11138): at libcore.io.BlockGuardOs.open(BlockGuardOs.java:210) E/Video Error:(11138): at libcore.io.IoBridge.open(IoBridge.java:471) E/Video Error:(11138): ... 14 more E/Video Error:(11138): java.lang.IllegalStateException: failed to get surface E/Video Error:(11138): at android.media.MediaRecorder.getSurface(Native Method) E/Video Error:(11138): at com.hbisoft.hbrecorder.ScreenRecordService.initVirtualDisplay(ScreenRecordService.java:545) E/Video Error:(11138): at com.hbisoft.hbrecorder.ScreenRecordService.onStartCommand(ScreenRecordService.java:269) E/Video Error:(11138): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3700) E/Video Error:(11138): at android.app.ActivityThread.access$1700(ActivityThread.java:200) E/Video Error:(11138): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1704) E/Video Error:(11138): at android.os.Handler.dispatchMessage(Handler.java:106) E/Video Error:(11138): at android.os.Looper.loop(Looper.java:201) E/Video Error:(11138): at android.app.ActivityThread.main(ActivityThread.java:6806) E/Video Error:(11138): at java.lang.reflect.Method.invoke(Native Method) E/Video Error:(11138): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) E/Video Error:(11138): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873) E/Video Error:(11138): java.lang.IllegalStateException E/Video Error:(11138): at android.media.MediaRecorder.start(Native Method) E/Video Error:(11138): at com.hbisoft.hbrecorder.ScreenRecordService.onStartCommand(ScreenRecordService.java:315) E/Video Error:(11138): at android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3700) E/Video Error:(11138): at android.app.ActivityThread.access$1700(ActivityThread.java:200) E/Video Error:(11138): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1704) E/Video Error:(11138): at android.os.Handler.dispatchMessage(Handler.java:106) E/Video Error:(11138): at android.os.Looper.loop(Looper.java:201) E/Video Error:(11138): at android.app.ActivityThread.main(ActivityThread.java:6806) E/Video Error:(11138): at java.lang.reflect.Method.invoke(Native Method) E/Video Error:(11138): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547) E/Video Error:(11138): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)

endmr11 commented 1 year ago

Version 0.0.13 has been released. Could you please check again and report back to me?