逻辑错误报告

[复制链接]
查看2964 | 回复13 | 2021-8-16 15:20:24 | 显示全部楼层 |阅读模式
本帖最后由 1974199655 于 2021-8-16 16:01 编辑
  1. function errorReport(info,isStop)--逻辑错误报告,info是附加信息,isStop是否以error的形式报错,否为直接打印
  2.         local pt= getOSType()
  3.         if isPriviateMode()==1 then
  4.                 pt=pt.."越狱/Root"
  5.         else
  6.                 pt=pt.."免越狱/免Root"
  7.         end
  8.         if getProduct then
  9.                 if getProduct()==7 then pt=pt.."(酷玩)" end
  10.         end
  11.         local w,h = getScreenSize()
  12.         local ScreenSize=w.."_"..h
  13.         local str=string.format("%s\r\n===系统信息===\r\n手机分辨率:%s\r\npt:%s\r\n引擎版本号%s\r\n请反馈给作者附加信息和发生错误的具体情况!",info,ScreenSize,pt,getEngineVersion())
  14.         if isStop then error(str,0) end
  15.         print(str)
  16. end
复制代码


回复

使用道具 举报

1974199655 | 2021-8-16 15:22:16 | 显示全部楼层
分享点没啥用的代码,涨涨经验
回复

使用道具 举报

懒人最帅群员 | 2021-8-16 15:28:56 | 显示全部楼层
顶顶顶顶
回复

使用道具 举报

Aitlo | 2021-8-16 15:42:43 | 显示全部楼层
哦豁 又get到了
回复

使用道具 举报

905407220 | 2021-8-16 15:57:30 | 显示全部楼层
啥玩意?是可以直接用的意思吗
回复

使用道具 举报

1974199655 | 2021-8-16 16:03:01 | 显示全部楼层
905407220 发表于 2021-8-16 15:57
啥玩意?是可以直接用的意思吗

没啥用的,其他脚本的,你自己改改
回复

使用道具 举报

qq99989680 | 2021-8-16 16:05:46 | 显示全部楼层
支持

回复

使用道具 举报

yh4132990 | 2021-8-18 12:09:43 | 显示全部楼层
打卡签到
回复

使用道具 举报

龙睛鱼 | 2021-8-20 08:23:12 | 显示全部楼层
回复

使用道具 举报

fojiao1992 | 2021-8-20 12:35:48 | 显示全部楼层
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则