called on exit, assuming we get far enough to have the log initialized
| 109 | |
| 110 | //called on exit, assuming we get far enough to have the log initialized |
| 111 | void onExit() |
| 112 | { |
| 113 | Log::close(); |
| 114 | |
| 115 | #ifdef _RPI_ |
| 116 | bcm_host_deinit(); |
| 117 | #endif |
| 118 | } |
| 119 | |
| 120 | int main(int argc, char* argv[]) |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected