• Home
  • Raw
  • Download

Lines Matching refs:LOG

77         LOG(FATAL) << "transport_from_callback_arg called on out of range value: " << id_u64;  in transport_from_callback_arg()
83 LOG(ERROR) << "transport_from_callback_arg failed to find transport for id " << id_u32; in transport_from_callback_arg()
89 LOG(WARNING) << "transport_from_callback_arg found already destructed transport"; in transport_from_callback_arg()
119 LOG(ERROR) << "Invalid base64 key " << pubkey; in adbd_tls_client_ca_list()
125 LOG(ERROR) << "Failed to parse key " << pubkey; in adbd_tls_client_ca_list()
133 LOG(ERROR) << "Failed to encode RSA public key"; in adbd_tls_client_ca_list()
146 LOG(INFO) << "fingerprint=[" << digest_str << "]"; in adbd_tls_client_ca_list()
166 LOG(ERROR) << "Invalid base64 key " << pubkey; in adbd_auth_verify()
172 LOG(ERROR) << "Failed to parse key " << pubkey; in adbd_auth_verify()
210 LOG(INFO) << "adb client " << id << " authorized"; in adbd_auth_key_authorized()
214 LOG(ERROR) << "authorization received for deleted transport (" << id << "), ignoring"; in adbd_auth_key_authorized()
220 LOG(ERROR) in adbd_auth_key_authorized()
252 LOG(FATAL) << "auth thread terminated"; in adbd_auth_init()
257 LOG(INFO) << "Calling send_auth_request..."; in send_auth_request()
273 LOG(INFO) << "adb client authorized"; in adbd_auth_verified()
279 LOG(INFO) << "ADB disconnect"; in adb_disconnected()
285 LOG(INFO) << "prompting user to authorize key"; in adbd_auth_confirm_key()
303 LOG(INFO) << __func__ << ": auth not required"; in adbd_tls_verify_cert()
310 LOG(INFO) << "got null x509 certificate"; in adbd_tls_verify_cert()
315 LOG(INFO) << "got null evp_pkey from x509 certificate"; in adbd_tls_verify_cert()
325 LOG(ERROR) << "Invalid base64 key " << pubkey; in adbd_tls_verify_cert()
331 LOG(ERROR) << "Failed to parse key " << pubkey; in adbd_tls_verify_cert()
339 LOG(INFO) << "Matched auth_key=" << public_key; in adbd_tls_verify_cert()
342 LOG(INFO) << "auth_key doesn't match [" << public_key << "]"; in adbd_tls_verify_cert()
369 LOG(INFO) << "auth_key=" << auth_key; in adbd_auth_tls_handshake()