Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ruby-on-rails/54.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sencha touch 如何使用Sencha Touch应用程序获取碰撞报告_Sencha Touch_Crash Reports_Bug Reporting - Fatal编程技术网

Sencha touch 如何使用Sencha Touch应用程序获取碰撞报告

Sencha touch 如何使用Sencha Touch应用程序获取碰撞报告,sencha-touch,crash-reports,bug-reporting,Sencha Touch,Crash Reports,Bug Reporting,我想获得Sencha Touch应用程序的应用程序崩溃报告。有人能建议我如何实现这一点吗。。 提前感谢您可以使用window.onerror: window.onerror = function (message, url, lineno) { // handle error }

我想获得Sencha Touch应用程序的应用程序崩溃报告。有人能建议我如何实现这一点吗。。
提前感谢

您可以使用window.onerror:

window.onerror = function (message, url, lineno) {
  // handle error
}