Home
last modified time | relevance | path

Searched refs:log_error (Results 1 – 5 of 5) sorted by relevance

/art/build/apex/
Dart_apex_boot_integrity.sh19 alias log_error="log -t art_apex -p f" alias
29 log_error "Device is not fsverity-enabled."
47 log_error "Enable failed: $ENABLE_MSG" ;
54 { log_error "Integrity failed: $INTEGRITY_MSG" ; rm -f $FILES ; exit 2 ; }
Dart_prepostinstall_utils.sh19 alias log_error="log -t art_apex -p f" alias
42 log_error "Unsupported ABI $abi"
61 { log_error "Setup failed: $SETUP_MSG" ; return 300 ; }
65 { log_error "Enable failed: $ENABLE_MSG" ; return 301 ; }
68 { log_error "Integrity failed: $INTEGRITY_MSG" ; return 302 ; }
Dart_postinstall_hook.sh24 log_error "Postinstall dalvik-cache does not exist or is not a directory"
39 log_error "Enable failed: $ENABLE_MSG"
Dart_preinstall_hook_boot.sh27 log_error "Could not find boot class-path to compile"
75 --force-determinism || { log_error "Dex2oat failed" ; exit 102 ; }
Dart_preinstall_hook_system_server.sh34 log_error "Could not find SYSTEMSERVERCLASSPATH"
83 || { log_error "Dex2oat failed" ; exit 102 ; }