mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Logs: Logs app extensions into separate files (console-share.log & console-siri.log)
This commit is contained in:
@@ -77,6 +77,7 @@ typedef NS_ENUM(NSInteger, ImageCompressionMode)
|
||||
// NSLog -> console.log file when not debugging the app
|
||||
if (!isatty(STDERR_FILENO))
|
||||
{
|
||||
[MXLogger setSubLogName:@"share"];
|
||||
[MXLogger redirectNSLogToFiles:YES];
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user