commit | 28ca7e9740b990c5ceb9ae19cf77a8c93cfba7ad | [log] [tgz] |
---|---|---|
author | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Dec 13 10:09:22 2017 -0800 |
committer | Tomasz Wasilczyk <twasilczyk@google.com> | Wed Dec 13 10:09:22 2017 -0800 |
tree | d1440cd8d204fa8ab29b9094196df070d8099801 | |
parent | 31e8632d10fa1ea047557c496e0fe9329da75240 [diff] [blame] |
Try to fix some builds. Broken builds: aosp_x86, docs, full, sdk_phone_armv7. I cannot reproduce the break locally, so making my best guess on the fix. Test: it still builds Change-Id: Icf86c3502fede66dba815458b66f2ebdf33afe91
diff --git a/broadcastradio/2.0/default/TunerSession.cpp b/broadcastradio/2.0/default/TunerSession.cpp index 7e02e53..f0b98b8 100644 --- a/broadcastradio/2.0/default/TunerSession.cpp +++ b/broadcastradio/2.0/default/TunerSession.cpp
@@ -185,7 +185,7 @@ #endif auto task = [this, stepTo]() { - ALOGI("Performing step to %lu", stepTo); + ALOGI("Performing step to %s", std::to_string(stepTo).c_str()); lock_guard<mutex> lk(mMut);