You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I had a Wear crash and got two reports from my phone. One had the actual bug and the other had this:
This is using version 0.6 of AndroidWearCrashReport and running on the latest Android 6.0 builds for my phone and watch.
The text was updated successfully, but these errors were encountered: