Create system/ for generic services (#24717)
* Create system/ for generic services * logcatd joins the party * fix those uppull/24739/head
parent
c2b334acb5
commit
afd16b2ade
19 changed files with 26 additions and 19 deletions
@ -1,4 +1,4 @@ |
||||
#include "selfdrive/proclogd/proclog.h" |
||||
#include "system/proclogd/proclog.h" |
||||
|
||||
#include <dirent.h> |
||||
|
@ -1,7 +1,7 @@ |
||||
#define CATCH_CONFIG_MAIN |
||||
#include "catch2/catch.hpp" |
||||
#include "common/util.h" |
||||
#include "selfdrive/proclogd/proclog.h" |
||||
#include "system/proclogd/proclog.h" |
||||
|
||||
const std::string allowed_states = "RSDTZtWXxKWPI"; |
||||
|
Loading…
Reference in new issue