Merge "Fix build break due to 32/64 bit compilation." into nyc-dev

This commit is contained in:
Daniel Estrada Alva
2016-04-29 20:29:32 +00:00
committed by Android (Google) Code Review

View File

@@ -170,7 +170,7 @@ static int get_app_instance_for_app_id(uint64_t app_id) {
return current->first;
}
}
ALOGD("Cannot find app for app instance %d.", app_id);
ALOGD("Cannot find app for app instance %" PRIu64 ".", app_id);
return -1;
}