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 | 2947 (1961) | Morenov |
| » | Masterpage in jQuery(ajax call)Oddelek: Programiranje | 1480 (1308) | hatchette |
| » | C# ProgramOddelek: Programiranje | 3262 (2185) | Spura |
| » | C# BackgroundWorker Class problemOddelek: Programiranje | 1403 (1359) | hendriks |
| » | [C#] Dostop do objekta iz različnih formOddelek: Programiranje | 2298 (2011) | Kekec |