1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 13:11:49 +00:00
Atmosphere/stratosphere/ams_mitm/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
..
bpc_mitm
dns_mitm dns.mitm: fix wildcardcmp failure case (#1539) 2021-06-15 16:35:26 -07:00
fs_mitm fs.mitm: ns registers program index map info, not am 2021-06-28 22:43:56 -07:00
ns_mitm
set_mitm LogManager: implement system module, client api, logging api (#1617) 2021-09-11 19:32:14 -07:00
sysupdater ams: std::optional -> util::optional 2021-07-08 02:37:26 -07:00
amsmitm_fs_utils.cpp dns.mitm: parse redirections from hosts file 2021-02-02 11:41:49 -08:00
amsmitm_fs_utils.hpp dns.mitm: parse redirections from hosts file 2021-02-02 11:41:49 -08:00
amsmitm_initialization.cpp fusee: fix buildsystem, rename secondary -> package3 2021-09-06 16:26:50 -07:00
amsmitm_initialization.hpp
amsmitm_main.cpp strat: no longer materially constrained by sm session limit 2021-04-13 23:58:10 -07:00
amsmitm_module.hpp
amsmitm_module_management.cpp dns: skeleton passthrough mitm 2021-02-02 11:41:49 -08:00
amsmitm_module_management.hpp
amsmitm_prodinfo_utils.cpp ams: std::optional -> util::optional 2021-07-08 02:37:26 -07:00
amsmitm_prodinfo_utils.hpp