1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 21:43:29 +01:00
Atmosphere/libraries/libvapours/source
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
..
crypto kern: build with -Wextra 2020-08-17 14:20:24 -07:00
dd fusee_cpp: implement bpmp cache driver 2021-09-06 16:26:50 -07:00
sdmmc strat: no longer materially constrained by sm session limit 2021-04-13 23:58:10 -07:00
test util: add compile-time validation tests for intrusive red black trees 2021-04-21 05:06:11 -07:00
util LogManager: implement system module, client api, logging api (#1617) 2021-09-11 19:32:14 -07:00