» »

[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:

@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 ...

TemaSporočilaOglediZadnje sporočilo
TemaSporočilaOglediZadnje sporočilo
»

ASP.NET + C# vprašanje

Oddelek: Programiranje
342765 (1779) Morenov
»

Masterpage in jQuery(ajax call)

Oddelek: Programiranje
61350 (1178) hatchette
»

C# Program

Oddelek: Programiranje
393095 (2018) Spura
»

C# BackgroundWorker Class problem

Oddelek: Programiranje
61257 (1213) hendriks
»

[C#] Dostop do objekta iz različnih form

Oddelek: Programiranje
182163 (1876) Kekec

Več podobnih tem