add backtrace generator utility to platform API

This commit is contained in:
Eduardo Bart
2011-10-26 20:11:46 -02:00
parent fb6f07bfc4
commit c08bbf828b
2 changed files with 31 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ public:
/// Get the app user directory, the place to save files configurations files
std::string getAppUserDir();
std::string generateBacktrace(int maxLevel);
private:
PlatformListener* m_listener;