mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
Add crash logging and retrieval
This commit is contained in:
@@ -17,6 +17,7 @@ class RemoteDebugging {
|
||||
public:
|
||||
static std::string get_task_manager();
|
||||
static std::string get_logs();
|
||||
static std::string get_coredump_summary();
|
||||
static int custom_log_write(const char *data, va_list args);
|
||||
static void register_calls(MessagingInterface &messaging_interface);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user