We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8be29 commit 0a5998dCopy full SHA for 0a5998d
lldb/source/Plugins/Platform/Android/AdbClient.cpp
@@ -170,7 +170,7 @@ static Status EnterSyncMode(Connection &conn) {
170
171
static Status SelectTargetDevice(Connection &conn, llvm::StringRef device_id) {
172
Log *log = GetLog(LLDBLog::Platform);
173
- LLDB_LOGF(log, "Selecting device: %s", device_id.str().c_str());
+ LLDB_LOG(log, "Selecting device: {0}", device_id);
174
175
std::ostringstream msg;
176
msg << "host:transport:" << device_id.str();
0 commit comments