We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I raninto the permission issue as below, please have a look?
12-05 17:57:10.922 11384 11384 D AVStageFactory: createInstance(64bit): createVendorAVFactory success! 12-05 17:57:10.923 11384 11384 D AVStageUtils: createInstance(64bit): createVendorAVUtils success! 12-05 17:57:10.923 11384 11384 D AVStageFactory: createInstance(64bit): createVendorAVFactory success! 12-05 17:57:10.930 11384 11384 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<< 12-05 17:57:10.934 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.profilebootclasspath" 12-05 17:57:10.934 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.enable_apex_image" 12-05 17:57:10.934 11384 11384 I AndroidRuntime: Using default boot image 12-05 17:57:10.934 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.disable_lock_profiling" 12-05 17:57:10.930 11384 11384 W app_process: type=1400 audit(0.0:45612150): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=12368 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0 12-05 17:57:10.934 11384 11384 I AndroidRuntime: Leaving lock profiling enabled 12-05 17:57:10.935 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.enable_generational_cc" 12-05 17:57:10.930 11384 11384 W app_process: type=1400 audit(0.0:45612151): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=12368 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0 12-05 17:57:10.930 11384 11384 I chatty : uid=2000(shell) main identical 1 line 12-05 17:57:10.930 11384 11384 W app_process: type=1400 audit(0.0:45612153): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=12368 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0 12-05 17:57:11.100 11384 11384 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat 12-05 17:57:11.100 11384 11384 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I raninto the permission issue as below, please have a look?
12-05 17:57:10.922 11384 11384 D AVStageFactory: createInstance(64bit): createVendorAVFactory success!
12-05 17:57:10.923 11384 11384 D AVStageUtils: createInstance(64bit): createVendorAVUtils success!
12-05 17:57:10.923 11384 11384 D AVStageFactory: createInstance(64bit): createVendorAVFactory success!
12-05 17:57:10.930 11384 11384 D AndroidRuntime: >>>>>> START com.android.internal.os.RuntimeInit uid 2000 <<<<<<
12-05 17:57:10.934 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.profilebootclasspath"
12-05 17:57:10.934 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.enable_apex_image"
12-05 17:57:10.934 11384 11384 I AndroidRuntime: Using default boot image
12-05 17:57:10.934 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.disable_lock_profiling"
12-05 17:57:10.930 11384 11384 W app_process: type=1400 audit(0.0:45612150): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=12368 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0
12-05 17:57:10.934 11384 11384 I AndroidRuntime: Leaving lock profiling enabled
12-05 17:57:10.935 11384 11384 E libc : Access denied finding property "persist.device_config.runtime_native_boot.enable_generational_cc"
12-05 17:57:10.930 11384 11384 W app_process: type=1400 audit(0.0:45612151): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=12368 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0
12-05 17:57:10.930 11384 11384 I chatty : uid=2000(shell) main identical 1 line
12-05 17:57:10.930 11384 11384 W app_process: type=1400 audit(0.0:45612153): avc: denied { read } for name="u:object_r:device_config_runtime_native_boot_prop:s0" dev="tmpfs" ino=12368 scontext=u:r:shell:s0 tcontext=u:object_r:device_config_runtime_native_boot_prop:s0 tclass=file permissive=0
12-05 17:57:11.100 11384 11384 D app_process: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
12-05 17:57:11.100 11384 11384 D app_process: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat
The text was updated successfully, but these errors were encountered: