tencent cloud

Log Plugin

Download
Focus Mode
Font Size
Last updated: 2026-05-21 11:48:23
The SDK provides the ability for log reporting. If your application does not have a log reporting function, you can add a log reporting plug-in.
Note:
After integrating the log plugin, inform the Tencent Side for allowlisting.

Project Configuration

implementation 'com.tencent.linkboost:log-plugin:1.1.0'

Example Code

LogPlugin logPlugin = new TXLogPlugin(this);
//Device connectivity can also be authenticated by calling setDataKey
logPlugin.setSign(appId, deviceName, sign);
AccPluginManager.getInstance().setLogPlugin(logPlugin);


Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback