SS_ART_lib [I]:拒绝访问SS

时间:2017-06-09 15:47:42

标签: android permissions

运行Android 7.0的Samsung T815(平板电脑)上的日志文件:

    --------- beginning of main
    06-09 17:08:04.724 I/        (17393): SS_ART_lib [I]: permission is absent: /data/app/<my app>/base.apk
    06-09 17:08:04.724 I/        (17393): SS_ART_lib [I]: access to SS denied
    06-09 17:08:06.219 I/SELinux (17502): SELinux: seapp_context_lookup: seinfo=untrusted, level=s0:c512,c768, pkgname=<my app> 

SS_ART_lib代表什么?这是什么意思?什么是SS?

1 个答案:

答案 0 :(得分:1)

我在logcat日志中得到了相同的内容,但注意到了更多的上下文。我认为SS意味着安全存储。

安装应用程序时,我会显示此错误。

    08-07 08:55:35.053  2676  2842 I PackageManager: enforceEDMPermissionLI
    08-07 08:55:35.053  2676  2842 D SecureStorageService: apk path=/data/app/com.mypackage.myapp-1/base.apk
    08-07 08:55:35.053  2676  2842 D SecureStorageService: Called signDexFileInsideZip primaryAbi=arm
    08-07 08:55:35.053  2676  2842 D SecureStorageService: uid=10147
    08-07 08:55:35.053  2676  2842 D SecureStorageService: abi=32
    08-07 08:55:35.053  2676  2842 D SecureStorageService: type=dex
    08-07 08:55:35.133 17756 17756 I         : SS_ART_lib [I]: permission is absent: /data/app/com.mypackage.myapp-1/base.apk
    08-07 08:55:35.133 17756 17756 I         : SS_ART_lib [I]: access to SS denied
    08-07 08:55:35.133  2676  2842 E SecureStorageService: Process failed status=0x0200
    08-07 08:55:35.133  2676  2842 W PackageManager: Can't sign the dex file!