Class HttpLogObfuscator
On this page
io.realm.mongodb.log.obfuscator
The HttpLogObfuscator keeps sensitive information from being displayed in Logcat.
Constructors
Constructor and Description |
---|
String feature, java.util.Map<java.lang.String, RegexPatternObfuscator> patternObfuscatorMap ) Constructor for creating an HTTP log obfuscator. |
Method Summary
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Constructor Detail
public HttpLogObfuscator ( String feature, java.util.Map<java.lang.String, RegexPatternObfuscator> patternObfuscatorMap ) |
---|
Constructor for creating an HTTP log obfuscator. Parameters
|
Method Detail
equals
hashCode
obfuscate
Obfuscates a logcat entry or not depending on whether the request being sent matches the specified feature. If it doesn't, the logcat entry will be returned unmodified. Parameters
Returns the logcat entry to be shown in the logcat. |