Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird crashdump #3

Open
danwallach opened this issue May 15, 2016 · 0 comments
Open

Weird crashdump #3

danwallach opened this issue May 15, 2016 · 0 comments

Comments

@danwallach
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant