E Zygote如何消除?
How to eliminate E Zygote?
我在运行时启动我的应用程序时遇到这两个错误。
我不明白这是什么问题,我该如何解决它。
06-17 18:10:59.213 22163-22163/? E/Zygote: v2
06-17 18:10:59.213 22163-22163/? I/libpersona: KNOX_SDCARD checking this for 10031
06-17 18:10:59.213 22163-22163/? I/libpersona: KNOX_SDCARD not a persona
06-17 18:10:59.213 22163-22163/? I/SELinux: Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
06-17 18:10:59.213 22163-22163/? W/SELinux: Function: selinux_compare_spd_ram, index[1], priority [2], priority version is VE=SEPF_SECMOBILE_6.0.1_0035
06-17 18:10:59.213 22163-22163/? E/Zygote: accessInfo : 0
我想知道有哪些:
06-17 18:10:59.213 22163-22163/? E/Zygote: v2
和
06-17 18:10:59.213 22163-22163/? E/Zygote: accessInfo : 0
感谢您的宝贵时间。
I don't understand what is the problem
没有问题,除了有时 Google 工程师和设备制造商工程师在日志记录方面做出错误的选择。
how can I remove it
您需要构建自己的 Android 版本,其中包含 zygote
的副本,但不包含这两个日志记录语句。这些不是来自您应用的代码,您的应用无法控制它们。
我在运行时启动我的应用程序时遇到这两个错误。 我不明白这是什么问题,我该如何解决它。
06-17 18:10:59.213 22163-22163/? E/Zygote: v2
06-17 18:10:59.213 22163-22163/? I/libpersona: KNOX_SDCARD checking this for 10031
06-17 18:10:59.213 22163-22163/? I/libpersona: KNOX_SDCARD not a persona
06-17 18:10:59.213 22163-22163/? I/SELinux: Function: selinux_compare_spd_ram, index[1], SPD-policy is existed. and_ver=SEPF_SECMOBILE_6.0.1 ver=11
06-17 18:10:59.213 22163-22163/? W/SELinux: Function: selinux_compare_spd_ram, index[1], priority [2], priority version is VE=SEPF_SECMOBILE_6.0.1_0035
06-17 18:10:59.213 22163-22163/? E/Zygote: accessInfo : 0
我想知道有哪些:
06-17 18:10:59.213 22163-22163/? E/Zygote: v2
和
06-17 18:10:59.213 22163-22163/? E/Zygote: accessInfo : 0
感谢您的宝贵时间。
I don't understand what is the problem
没有问题,除了有时 Google 工程师和设备制造商工程师在日志记录方面做出错误的选择。
how can I remove it
您需要构建自己的 Android 版本,其中包含 zygote
的副本,但不包含这两个日志记录语句。这些不是来自您应用的代码,您的应用无法控制它们。