class CommandEvent
Defined at line 116 of file ../../src/developer/debug/zxdb/client/analytics_event.h
Public Methods
void CommandEvent (const std::string & session_id)
CommandEvent ------------------------------------------------------------------------------------
Defined at line 96 of file ../../src/developer/debug/zxdb/client/analytics_event.cc
void FromCommandReport (const CommandReport & report)
The CommandReport only fills in verbs, nouns, and switches using the well known strings for the
defined set of the respective group. We will never receive user information in any of those
strings. Arguments and error messages however, can contain arbitrary text, which must not contain
user identifiable data.
Defined at line 102 of file ../../src/developer/debug/zxdb/client/analytics_event.cc