-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Damon东哥 edited this page Mar 19, 2025
·
6 revisions
If there is sensitive information that you don't want users to see when debugging, you can set encryption in two simple steps
// 1. Set the encryption password, 32 characters
DDLoggerSwift.privacyLogPassword = "12345678901234561234567890123456"
// 2, output encrypted content
printPrivacy("This is test data 222 for encrypted data")