Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS1
- ===
- I:operation_start: 'Decrypt'
- Decrypt_Device Test 1
- cryptfs_check_passwd: going to sleep for 35 and return with 0
- E:Decrypt took too long, killing process
- I:Child process killed successfully
- pwret=-1
- Decrypt_Device Test 2
- cryptfs_check_passwd: going to sleep for 5 and return with -7
- cryptfs_check_passwd: sleep ended, returning with -7
- pwret=63744
- Decrypt_Device Test 3
- cryptfs_check_passwd: going to sleep for 1 and return with 2
- cryptfs_check_passwd: sleep ended, returning with 2
- pwret=512
- Decrypt_Device Test 4
- cryptfs_check_passwd: going to sleep for 35 and return with 22
- I:TWFunc::Set_Brightness: Setting brightness control to 5
- I:TWFunc::Set_Brightness: Setting brightness control to 0
- E:Decrypt took too long, killing process
- I:Child process killed successfully
- pwret=-1
- Failed to decrypt data.
- test 1 with WEXITSTATUS
- =======================
- I:operation_start: 'Decrypt'
- Decrypt_Device Test 1
- cryptfs_check_passwd: going to sleep for 35 and return with 0
- E:Decrypt took too long, killing process
- I:Child process killed successfully
- pwret=-1
- Decrypt_Device Test 2
- cryptfs_check_passwd: going to sleep for 5 and return with -7
- cryptfs_check_passwd: sleep ended, returning with -7
- Decrypt process ended with ERROR: 249
- pwret=-1
- Decrypt_Device Test 3
- cryptfs_check_passwd: going to sleep for 1 and return with 2
- cryptfs_check_passwd: sleep ended, returning with 2
- Decrypt process ended with ERROR: 2
- pwret=-1
- Decrypt_Device Test 4
- cryptfs_check_passwd: going to sleep for 35 and return with 22
- I:TWFunc::Set_Brightness: Setting brightness control to 5
- I:TWFunc::Set_Brightness: Setting brightness control to 0
- E:Decrypt took too long, killing process
- I:Child process killed successfully
- pwret=-1
- Failed to decrypt data.
- test 2 with WEXITSTATUS and sign extending res
- ==============================================
- Decrypt_Device Test 1
- cryptfs_check_passwd: going to sleep for 35 and return with 0
- E:Decrypt took too long, killing process
- I:Child process killed successfully
- pwret=-1
- Decrypt_Device Test 2
- cryptfs_check_passwd: going to sleep for 5 and return with -7
- cryptfs_check_passwd: sleep ended, returning with -7
- pwret=-7
- Decrypt_Device Test 3
- cryptfs_check_passwd: going to sleep for 1 and return with 2
- cryptfs_check_passwd: sleep ended, returning with 2
- pwret=2
- Decrypt_Device Test 4
- cryptfs_check_passwd: going to sleep for 35 and return with 22
- I:TWFunc::Set_Brightness: Setting brightness control to 5
- I:TWFunc::Set_Brightness: Setting brightness control to 255
- E:Decrypt took too long, killing process
- I:Child process killed successfully
- pwret=-1
- Decrypt_Device Test 5
- cryptfs_check_passwd: going to sleep for 2 and return with 0
- cryptfs_check_passwd: sleep ended, returning with 0
- pwret=0
- E:Error retrieving decrypted data block device.
- tw_get_context failed to get selinux context
- I:Failed to get default contexts and file mode for storage files.
- E:Cannot decrypt adopted storage because /data will not mount
Add Comment
Please, Sign In to add comment