4

数日前、 ACRAをプロジェクトに統合してクラッシュ ログを取得しましたが、多くのエントリがあったため、フォーム全体を削除しましたが、新しいフォームを作成しようとしたときに、新しい を作成するオプションを取得できませんでしたlegacy form within Tools

以前と同じ手順を実行しましたが、現在何が起こっているのかわかりませんLegacy form。スプレッドシート内のツール内で作成するオプションを取得できないのはなぜですか。

あなたの提案はかなりのものです。

4

2 に答える 2

2
using Google Drive Forms as the ACRA reporting endpoint will not be supported anymore with the next releases. 

I Suggest you to connect BugSense as your back-end for ACRA reports. that what I set and it works great.

To get your crash report in BugSense you should:

1. Create an account.

2. place this line:

@ReportsCrashes(formUri = "http://www.bugsense.com/api/acra?api_key=key_received_from_bugsense", formKey="")

before declaration of your Application class:

http://blog.bugsense.com/post/8083993853/using-acra-and-bugsense

于 2013-04-03T09:14:42.073 に答える