PomepuyN / AndroidWearCrashReport

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird crashdump

danwallach opened this issue · comments

I had a Wear crash and got two reports from my phone. One had the actual bug and the other had this:

unknown - sdk_google_aw_x86(527) - The method 'void com.google.android.gms.common.api.GoogleApiClient.connect()' was expected to be of type interface but instead was found to be of type virtual (declaration of 'fr.nicolaspomepuy.androidwearcrashreport.wear.CrashReporter' appears in /data/app/org.dwallach.calwatch-1/base.apk)
    fr.nicolaspomepuy.androidwearcrashreport.wear.CrashReporter.sendException(CrashReporter.java:118)
    fr.nicolaspomepuy.androidwearcrashreport.wear.CrashReporter.start(CrashReporter.java:63)
    org.dwallach.calwatch.WearReceiverService.onStartCommand(WearReceiverService.java:71)
    android.app.ActivityThread.handleServiceArgs(ActivityThread.java:3010)
    android.app.ActivityThread.-wrap17(ActivityThread.java)
    android.app.ActivityThread$H.handleMessage(ActivityThread.java:1442)
    android.os.Handler.dispatchMessage(Handler.java:102)
    android.os.Looper.loop(Looper.java:148)
    android.app.ActivityThread.main(ActivityThread.java:5422)
    java.lang.reflect.Method.invoke(Native Method)
    com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:726)
    com.android.internal.os.ZygoteInit.main(ZygoteInit.java:616)

This is using version 0.6 of AndroidWearCrashReport and running on the latest Android 6.0 builds for my phone and watch.