| 3 | #include "ActivityManager.h" |
| 4 | |
| 5 | void Activity::onEnter() { LOG_DBG("ACT", "Entering activity: %s", name.c_str()); } |
| 6 | |
| 7 | void Activity::onExit() { LOG_DBG("ACT", "Exiting activity: %s", name.c_str()); } |
| 8 |
no outgoing calls
no test coverage detected