Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我明天必须决定如何处理我的崩溃报告,因为我的电子表格中保存了太多报告。而且我不想切换到错误感知或某事。否则,因为我还没准备好付钱?是否有一些技巧(如谷歌脚本)可以将每个报告自动保存在 1000 份以内?或者是否有一些免费的报告存储服务?
最便宜的方法是将报告发送到 PHP 脚本,该脚本会将有用的数据写入数据库(ACRA 通过 HTTP POST 查询支持这一点)。
您可以在免费或廉价的共享托管服务提供商上托管此脚本。
当然,这需要在服务器端进行一些实现,但是您可以在 ACRA 页面上使用一些基本脚本。