Implement crash report services

This commit is contained in:
Jackson Coxson
2025-05-09 13:46:00 -06:00
parent 4b29eefc36
commit d938531f96
5 changed files with 281 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ bytes = "1.10.1"
afc = ["dep:chrono"]
amfi = []
core_device_proxy = ["dep:serde_json", "dep:json", "dep:byteorder"]
crashreportcopymobile = ["afc"]
debug_proxy = []
dvt = ["dep:byteorder", "dep:ns-keyed-archive"]
heartbeat = ["tokio/macros", "tokio/time"]
@@ -82,6 +83,7 @@ full = [
"afc",
"amfi",
"core_device_proxy",
"crashreportcopymobile",
"debug_proxy",
"dvt",
"heartbeat",