Signed-off-by: huhui <huhui@sharkgulf.com>
@@ -3,7 +3,7 @@
#include "event_record.h"
#include "libs/shark_task.h"
-#define MAX_EVENT_SIZE 60
+#define MAX_EVENT_SIZE 100
static event_record_t _event[MAX_EVENT_SIZE];
static int event_w_idx = 0;
static bool _event_full = false;