Merge "Remove ambgiuity in format specifier" into main am: 321f0989e5 am: a345e5a848 am: 30c57e0825
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2765005 Change-Id: Ife1b024a2805d8d3e0f4bff461661b11670a4b10 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
724eb0086c
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ void Controller::run(std::string output_dir) {
|
|||
if (complete_cnt != counters[index] && start_cnt == complete_cnt) {
|
||||
WRITE_ONCE(control->cntrl_flags, FLAG_NONE);
|
||||
std::string filename;
|
||||
filename = android::base::StringPrintf("/%s.%lu.profraw",
|
||||
filename = android::base::StringPrintf("/%s.%" PRIu64 ".profraw",
|
||||
uuid_list_[index].c_str(),
|
||||
counters[index]);
|
||||
filename.insert(0, output_dir);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue