我正在使用ACRA发送我的应用程序的崩溃报告。我想使用 Cloudant 的免费托管服务。
我已经在 cloudant 名称“mobile”上创建了一个数据库,并为其生成了具有写入权限的密钥。
我在我的应用程序和构建路径中添加了 acra-4.5 jar 文件。
formUriBasicAuthLogin 有密钥,formUriBasicAuthLogin 有密码。
我的应用程序类中的代码使用-
@ReportsCrashes(formKey = "",
formUri = "https://mshuiet.cloudant.com/mobile/",
reportType = org.acra.sender.HttpSender.Type.JSON,
httpMethod = org.acra.sender.HttpSender.Method.PUT,
formUriBasicAuthLogin="Berndiverewyetheewrillyi",
formUriBasicAuthPassword="vWqRNHUoc26SodsvtmNTWDcw",
mode = ReportingInteractionMode.TOAST,
resToastText = R.string.app_name
)
public class Mobile extends Application{
@Override
public void onCreate() {
// TODO Auto-generated method stub
super.onCreate();
ACRA.init(this);
}
}
我有例外:-
无法为 1375431176000-approved.stacktrace 发送崩溃报告