| 32 | printf("[%s] on open\n", getAppInfo().name.c_str()); |
| 33 | } |
| 34 | void onRunning() override |
| 35 | { |
| 36 | printf("[%s] on running\n", getAppInfo().name.c_str()); |
| 37 | } |
| 38 | |
| 39 | // 省略 |
| 40 | // void onCreate() override {} |
nothing calls this directly
no outgoing calls
no test coverage detected