tencent cloud

Log Plugin

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 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);


도움말 및 지원

문제 해결에 도움이 되었나요?

피드백