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 a3f51ca commit d52e2aaCopy full SHA for d52e2aa
lldb/source/Core/Telemetry.cpp
@@ -61,7 +61,7 @@ llvm::Error TelemetryManager::preDispatch(TelemetryInfo *entry) {
61
// Do nothing for now.
62
// In up-coming patch, this would be where the manager
63
// attach the session_uuid to the entry.
64
- return Error::success();
+ return llvm::Error::success();
65
}
66
67
} // namespace telemetry
0 commit comments