tencent cloud

Multiple Network Acceleration

    ドキュメントMultiple Network Acceleration

    Log Plugin

    ダウンロード
    フォーカスモード
    フォントサイズ
    最終更新日: 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);
    

    ヘルプとサポート

    この記事はお役に立ちましたか?

    フィードバック