Displays detailed error log in-app with Quick Look

This commit is contained in:
Riley Testut
2023-12-08 18:15:48 -06:00
committed by Magesh K
parent 1fbec33719
commit 4514fe1c2c
2 changed files with 46 additions and 30 deletions

View File

@@ -10,7 +10,7 @@
public extension Logger
{
static let altstoreSubsystem = Bundle.main.bundleIdentifier!
static let altstoreSubsystem = "com.rileytestut.AltStore" // Hardcoded because Bundle.main.bundleIdentifier is different for every user
static let main = Logger(subsystem: altstoreSubsystem, category: "Main")
static let sideload = Logger(subsystem: altstoreSubsystem, category: "Sideload")