File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2525#include < unordered_map>
2626
2727namespace lldb_private {
28+ namespace telemetry {
2829
2930struct LLDBEntryKind : public ::llvm::telemetry::EntryKind {
3031 static const llvm::telemetry::KindType BaseInfo = 0b11000 ;
3132};
3233
33- struct ExitDescription {
34- int exit_code;
35- std::string description;
36- };
37-
3834// / Defines a convenient type for timestamp of various events.
3935using SteadyTimePoint = std::chrono::time_point<std::chrono::steady_clock,
4036 std::chrono::nanoseconds>;
@@ -73,5 +69,6 @@ class TelemetryManager : public llvm::telemetry::Manager {
7369 std::unique_ptr<llvm::telemetry::Config> m_config;
7470};
7571
72+ } // namespace telemetry
7673} // namespace lldb_private
7774#endif // LLDB_CORE_TELEMETRY_H
Original file line number Diff line number Diff line change 2222#include < utility>
2323
2424namespace lldb_private {
25+ namespace telemetry {
2526
2627using ::llvm::Error;
2728using ::llvm::telemetry::Destination;
@@ -64,4 +65,5 @@ llvm::Error TelemetryManager::preDispatch(TelemetryInfo *entry) {
6465 return Error::success ();
6566}
6667
68+ } // namespace telemetry
6769} // namespace lldb_private
You can’t perform that action at this time.
0 commit comments