在运行安卓7.0的三星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?
发布于 2017-08-08 00:21:40
我在我的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!https://stackoverflow.com/questions/44461935
复制相似问题