tencent cloud

Tencent Cloud Super App as a Service

Internal Log Reporting

PDF
Focus Mode
Font Size
Last updated: 2025-07-04 17:33:31
The superapp can customize the log upload logic for the mini program's complaint feedback page by implementing the uploadUserLog method of the MiniAppProxy.
Note:
This includes log data written using wx.getLogManager within the mini program. Users can upload the printed logs by using the button component with open-type="feedback" .
/**
* Feedback log upload
*
* @param appid - Mini program appid
* @param path - Log path
* @return - Returns true if the SDK's internal reporting logic should not be executed
*/
public abstract boolean uploadUserLog(String appId, String logPath);



Help and Support

Was this page helpful?

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

Feedback