From b0b8029253b9094d5d7dc1ef802c63ca68358ff8 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 4 Mar 2022 13:23:55 +0100 Subject: [PATCH] Add OSReport logging --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index cd37a38..3105b89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,6 +34,7 @@ #include #include #include +#include #include std::map get_all_payloads(const char *relativefilepath); @@ -58,6 +59,7 @@ extern "C" uint32_t start_wrapper(int argc, char **argv) { __init_wut(); WHBLogUdpInit(); + WHBLogCafeInit(); DEBUG_FUNCTION_LINE("Hello from payload.elf multiloader"); @@ -86,6 +88,7 @@ extern "C" uint32_t start_wrapper(int argc, char **argv) { } WHBLogUdpDeinit(); + WHBLogCafeDeinit(); __fini_wut();