Clean up orphans.
This commit is contained in:
parent
b57ebb05d4
commit
03456ecf76
@ -172,6 +172,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
[AppEnvironment.shared.notificationPresenter clearAllNotifications];
|
||||
[OWSFileSystem deleteContentsOfDirectory:[OWSFileSystem appSharedDataDirectoryPath]];
|
||||
[OWSFileSystem deleteContentsOfDirectory:[OWSFileSystem appDocumentDirectoryPath]];
|
||||
[OWSFileSystem deleteContentsOfDirectory:[OWSFileSystem cachesDirectoryPath]];
|
||||
[OWSFileSystem deleteContentsOfDirectory:OWSTemporaryDirectory()];
|
||||
|
||||
[DebugLogger.sharedLogger wipeLogs];
|
||||
exit(0);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user