Merge pull request #28964 from silfverstrom:silfverstrom/nnapi_incorrect_log_format

PiperOrigin-RevId: 249684077
This commit is contained in:
TensorFlower Gardener 2019-05-23 12:07:38 -07:00
commit a90db88e28

View File

@ -173,7 +173,7 @@ const NnApi LoadNnApi() {
LOAD_FUNCTION_RENAME(cutils_handle, ASharedMemory_create,
"ashmem_create_region");
} else {
NNAPI_LOG("nnapi error: unable to open neither libraries %s and %d",
NNAPI_LOG("nnapi error: unable to open neither libraries %s and %s",
"libandroid.so", "libcutils.so");
}
}