调试场景可以 hdc shell bm clear xxxx参考链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/bm-tool-V5\#%E6%B8%85%E7%90%86%E5%91%BD%E4%BB%A4或者以下的方式:清除数据:hdc shell bm clean -d -n 应用包名清除缓存:hdc shell bm clean -c -n 应用包名
调试场景可以 hdc shell bm clear xxxx
参考链接:https://developer.huawei.com/consumer/cn/doc/harmonyos-guides-V5/bm-tool-V5\#%E6%B8%85%E7%90%86%E5%91%BD%E4%BB%A4
或者以下的方式:
清除数据:
hdc shell bm clean -d -n 应用包名
清除缓存:
hdc shell bm clean -c -n 应用包名