Logging
The SDK logs into the Android default logger with the WPT
tag.
You can control the log level via WPTLogger.verboseLevel
.
Log levels are:
/** No logging. */
NONE
/** Log only errors. */
ERROR
/** Log errors and warnings. */
WARNING
/** Log errors, warnings, and info. */
INFO
/** Log everything. */
DEBUG
Last updated on Feb 01, 2024 (13:48)
Edit on Github
Send Feedback