class SessionConnected
Defined at line 38 of file ../../src/developer/debug/zxdb/client/analytics_event.h
Issued when the session is connected to a RemoteAPI implementation.
Public Methods
void SessionConnected (const std::string & session_id)
Defined at line 66 of file ../../src/developer/debug/zxdb/client/analytics_event.cc
void SetRemoteType (RemoteType type)
SessionConnected --------------------------------------------------------------------------------
Defined at line 70 of file ../../src/developer/debug/zxdb/client/analytics_event.cc
Enumerations
enum class RemoteType
| Name | Value | Comments |
|---|---|---|
| kRemoteAgent | 0 |
Connected to a remote DebugAgent. |
| kLocalAgent | 1 |
Connected to a local DebugAgent. |
| kMinidump | 2 |
Connected to MinidumpRemoteAPI. |
Defined at line 42 of file ../../src/developer/debug/zxdb/client/analytics_event.h