topjohnwu/Magisk

VaultKeeper Crashing

Closed this issue · 1 comments

if (str_contains(line, "start vaultkeeper")) {

I see in the above line, there is an attempt to disable VaultKeeper. While my phone (SM-F926B) visually seems to be operating fine with Magisk v27, my logcat is spammed with the following output (you can see from retry count it just never stops trying to launch the prcoess):

08-24 14:44:19.485 14029 14029 I vaultkeeper: There is no property(ro.factory.factory_binary)
08-24 14:44:19.485 14029 14029 I VaultKeeper_COMMON: VK 4.4.1 [Client] /vendor/bin/vaultkeeperd. => [Vault] VK. [CMD NO.] 8293
08-24 14:44:19.485 14029 14029 I VaultKeeper_COMMON: [CMD:INITIALIZE]
08-24 14:44:19.488 14029 14029 E QSEECOMAPI: Error::Cannot open the file /vendor/firmware_mnt/image/vaultkee.mdt errno = 2
08-24 14:44:19.554 14029 14029 E VaultKeeper_COMMON: Occured Error into TA side(-10032//vendor/bin/vaultkeeperd/VK)
08-24 14:44:19.554 14029 14029 E VaultKeeper_COMMON: Failed cmdProcessing(-10032)
08-24 14:44:19.554 14029 14029 E vaultkeeper: runCommand error.(-10032)
08-24 14:44:19.554 14029 14029 E vaultkeeper: There is no VK ID
08-24 14:44:19.554 14029 14029 E vaultkeeper: VaultKeeper service preparation is failed
08-24 14:44:20.369 13989 13989 E CASS_DEBUG: VaultKeeper is not ready. try again Retry cnt(24).

Invalid bug report, automatically closed.
Please report issues using the latest debug Magisk build (version code: 27007).