Add debug string to raylet (#3317)

* initial debug string

* format

* wip debug string

* fix compile

* fix

* update

* finished

* to file

* logs dir

* use temp root

* fix

* override
This commit is contained in:
Eric Liang
2018-11-15 21:47:50 -08:00
committed by Philipp Moritz
parent d10cb570ab
commit e0bf9d7305
37 changed files with 404 additions and 26 deletions
+5
View File
@@ -181,6 +181,11 @@ class ObjectManager : public ObjectManagerInterface {
/// to this method.
ProfileTableDataT GetAndResetProfilingInfo();
/// Returns debug string for class.
///
/// \return string.
std::string DebugString() const;
private:
friend class TestObjectManager;