Lines Matching refs:TC3_LOG
152 TC3_LOG(ERROR) << "Could not allocate constant strings references."; in Initialize()
200 TC3_LOG(ERROR) << "Undefined external access " << key.ToString(); in HandleExternalCallback()
226 TC3_LOG(ERROR) << "Context invalid."; in HandleAndroidCallback()
234 TC3_LOG(ERROR) << "Error calling Context.getPackageName"; in HandleAndroidCallback()
250 TC3_LOG(ERROR) << "Undefined android reference " << key.ToString(); in HandleAndroidCallback()
268 TC3_LOG(ERROR) << "Error retrieving user manager."; in HandleUserRestrictionsCallback()
276 TC3_LOG(ERROR) << "Error calling getUserRestrictions"; in HandleUserRestrictionsCallback()
283 TC3_LOG(ERROR) << "Expected string, got null."; in HandleUserRestrictionsCallback()
290 TC3_LOG(ERROR) << "Expected string, got null."; in HandleUserRestrictionsCallback()
297 TC3_LOG(ERROR) << "Error getting bundle value"; in HandleUserRestrictionsCallback()
308 TC3_LOG(ERROR) << "Expected string, got null."; in HandleUrlEncode()
316 TC3_LOG(ERROR) << "Expected string, got null."; in HandleUrlEncode()
325 TC3_LOG(ERROR) << "Error calling UrlEncoder.encode"; in HandleUrlEncode()
341 TC3_LOG(ERROR) << "Expected string, got null"; in ParseUri()
349 TC3_LOG(ERROR) << "Error calling Uri.parse"; in ParseUri()
366 TC3_LOG(ERROR) << "Error calling Uri.getScheme"; in HandleUrlSchema()
390 TC3_LOG(ERROR) << "Error calling Uri.getHost"; in HandleUrlHost()
444 TC3_LOG(ERROR) << "Error retrieving system resources."; in HandleAndroidStringResources()
457 TC3_LOG(ERROR) << "No resource name provided."; in HandleAndroidStringResources()
464 TC3_LOG(ERROR) << "Invalid resource name."; in HandleAndroidStringResources()
472 TC3_LOG(ERROR) << "Error calling getIdentifier."; in HandleAndroidStringResources()
479 TC3_LOG(ERROR) << "Unexpected type for resource lookup."; in HandleAndroidStringResources()
484 TC3_LOG(ERROR) << "Resource not found."; in HandleAndroidStringResources()
492 TC3_LOG(ERROR) << "Error calling getString."; in HandleAndroidStringResources()
512 TC3_LOG(ERROR) << "Error calling getSystem."; in RetrieveSystemResources()
532 TC3_LOG(ERROR) << "Error calling getSystemService."; in RetrieveUserManager()
570 TC3_LOG(INFO) << "Unknown entry: " << key.ToString(); in ReadRemoteActionTemplateResult()
581 TC3_LOG(ERROR) << "Expected categories table, got: " in ReadCategories()
595 TC3_LOG(ERROR) << "Expected extras table, got: " in ReadExtras()
606 TC3_LOG(ERROR) << "Expected a table for an extra, got: " in ReadExtras()
630 TC3_LOG(INFO) << "Unknown extra field: " << key.ToString(); in ReadExtras()
637 TC3_LOG(ERROR) << "Unnamed extra entry. Skipping."; in ReadExtras()
647 TC3_LOG(ERROR) << "Unexpected result for snippet: " << lua_type(state_, -1); in ReadRemoteActionTemplates()
656 TC3_LOG(ERROR) << "Expected intent table, got: " in ReadRemoteActionTemplates()
675 TC3_LOG(ERROR) << "Couldn't load generator snippet: " << status; in RunIntentGenerator()
680 TC3_LOG(ERROR) << "Couldn't run generator snippet: " << status; in RunIntentGenerator()
688 TC3_LOG(ERROR) << "Could not read results."; in RunIntentGenerator()
694 TC3_LOG(ERROR) << "Unexpected stack size."; in RunIntentGenerator()
778 TC3_LOG(ERROR) << "No intent generator options."; in Create()
785 TC3_LOG(ERROR) << "Cannot initialize decompressor."; in Create()
796 TC3_LOG(ERROR) << "Could not decompress generator template."; in Create()
803 TC3_LOG(ERROR) << "Could not precompile generator template."; in Create()
817 TC3_LOG(ERROR) << "No locales provided."; in ParseDeviceLocales()
823 TC3_LOG(ERROR) << "Cannot retrieve provided locales."; in ParseDeviceLocales()
829 TC3_LOG(ERROR) << "Cannot parse locales."; in ParseDeviceLocales()
862 TC3_LOG(ERROR) << "Could not create Lua interpreter."; in GenerateIntents()
892 TC3_LOG(ERROR) << "Could not create Lua interpreter."; in GenerateIntents()