1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-22 15:03:24 +01:00
Atmosphere/libraries/libstratosphere/include/stratosphere/os
SciresM e9849c74cf
LogManager: implement system module, client api, logging api (#1617)
Some notes:

* Unless `atmosphere!enable_log_manager` is true, Nintendo's log manager will be used instead.
  * This prevents paying memory costs for LM when not enabling logging.
  * To facilitate this, Atmosphere's log manager has a different program id from Nintendo's.
  * `atmosphere!enable_htc` implies `atmosphere!enable_log_manager`.
* LogManager logs to tma, and the SD card (if `lm!enable_sd_card_logging` is true, which it is by default).
* Binary logs are saved to `lm!sd_card_log_output_directory`, which is `atmosphere/binlogs` by default.
2021-09-11 19:32:14 -07:00
..
impl ams: remove TYPED_STORAGE() macro in favor of template 2021-03-21 18:47:30 -07:00
os_common_types.hpp
os_condition_variable.hpp
os_condition_variable_api.hpp
os_condition_variable_common.hpp
os_condition_variable_types.hpp
os_event.hpp
os_event_api.hpp
os_event_common.hpp
os_event_types.hpp
os_interrupt_event.hpp
os_interrupt_event_api.hpp
os_interrupt_event_common.hpp
os_interrupt_event_types.hpp
os_managed_handle.hpp
os_memory_common.hpp
os_memory_fence.hpp
os_memory_fence_api.hpp
os_memory_heap_api.hpp
os_memory_permission.hpp
os_memory_virtual_address_api.hpp
os_message_queue.hpp
os_message_queue_api.hpp
os_message_queue_common.hpp
os_message_queue_types.hpp
os_mutex.hpp
os_mutex_api.hpp
os_mutex_common.hpp
os_mutex_types.hpp
os_process_handle.hpp
os_random.hpp
os_rw_lock.hpp
os_rw_lock_api.hpp
os_rw_lock_common.hpp
os_rw_lock_types.hpp
os_sdk_condition_variable.hpp
os_sdk_mutex.hpp
os_sdk_reply_and_receive.hpp
os_sdk_thread_local_storage.hpp
os_sdk_thread_local_storage_api.hpp
os_semaphore.hpp
os_semaphore_api.hpp
os_semaphore_types.hpp
os_system_event.hpp
os_system_event_api.hpp
os_system_event_types.hpp
os_thread.hpp
os_thread_api.hpp
os_thread_common.hpp
os_thread_local_storage.hpp
os_thread_local_storage_api.hpp
os_thread_local_storage_common.hpp
os_thread_types.hpp ams: remove TYPED_STORAGE() macro in favor of template 2021-03-21 18:47:30 -07:00
os_tick.hpp
os_timer_event.hpp
os_timer_event_api.hpp
os_timer_event_types.hpp ams: remove TYPED_STORAGE() macro in favor of template 2021-03-21 18:47:30 -07:00
os_transfer_memory.hpp
os_transfer_memory_api.hpp
os_transfer_memory_types.hpp
os_waitable.hpp
os_waitable_api.hpp
os_waitable_types.hpp
os_waitable_utils.hpp LogManager: implement system module, client api, logging api (#1617) 2021-09-11 19:32:14 -07:00