Forum » Programiranje » [Android] acra in cloudant
[Android] acra in cloudant
killa bee ::
Mogoče kdo ve zakaj mi na Cloudant - acralyzer dashboardu ne pokaže crash reportov poslanih iz aplikacije na telefonu ki je ravnokar crashala? Cloudant - acralyzer dashboard mi pokaže vendar ni notri crash reportov.
del kode:
del kode:
@ReportsCrashes( formUri = "https://sebastijas.cloudant.com/acra-myapp1/_design/acra", // formUri = "https://sebastijas.cloudant.com/acra-myapp1/_design/acra-storage/_update/report" // reportType = HttpSender.Type.JSON, // httpMethod = HttpSender.Method.POST, reportType = org.acra.sender.HttpSender.Type.JSON, httpMethod = org.acra.sender.HttpSender.Method.PUT, formUriBasicAuthLogin = "ingettedindlaitietheryin", formUriBasicAuthPassword = "WjVxODNvlpOpTOpXhfKlgkl8", //formKey = "", // This is required for backward compatibility but not used customReportContent = { ReportField.APP_VERSION_CODE, ReportField.APP_VERSION_NAME, ReportField.ANDROID_VERSION, ReportField.PACKAGE_NAME, ReportField.REPORT_ID, ReportField.BUILD, ReportField.STACK_TRACE }, mode = ReportingInteractionMode.TOAST, resToastText = R.string.toast_crash ) public class MainApp extends Application {
- spremenilo: killa bee ()
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | ASP.NET + C# vprašanjeOddelek: Programiranje | 2765 (1779) | Morenov |
» | Masterpage in jQuery(ajax call)Oddelek: Programiranje | 1350 (1178) | hatchette |
» | C# ProgramOddelek: Programiranje | 3095 (2018) | Spura |
» | C# BackgroundWorker Class problemOddelek: Programiranje | 1257 (1213) | hendriks |
» | [C#] Dostop do objekta iz različnih formOddelek: Programiranje | 2163 (1876) | Kekec |