| 32 | |
| 33 | static struct ProcInitializer { |
| 34 | ProcInitializer() |
| 35 | { |
| 36 | ::skr_log_set_level(SKR_LOG_LEVEL_WARN); |
| 37 | ::skr_initialize_crash_handler(); |
| 38 | ::skr_log_initialize_async_worker(); |
| 39 | |
| 40 | ::register_test_component(); |
| 41 | ::register_ref_component(); |
| 42 | ::register_managed_component(); |
| 43 | ::register_pinned_component(); |
| 44 | } |
| 45 | ~ProcInitializer() |
| 46 | { |
| 47 | ::sugoi_shutdown(); |
nothing calls this directly
no test coverage detected