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.
Sencha Touch アプリケーションのアプリケーション クラッシュ レポートを取得したいのですが、それを達成する方法を誰か教えてくれませんか.. よろしくお願いします
window.onerror を使用できます。
window.onerror = function (message, url, lineno) { // handle error }