I'm running into this RuntimeException and having a hard time debugging it:
W/Binder﹕ Caught a RuntimeException from the binder stub implementation.
com.google.android.gms.common.internal.safeparcel.zza$zza: Expected object header. Got 0x1 Parcel: pos=136 size=284
at com.google.android.gms.common.internal.safeparcel.zza.zzJ(Unknown Source)
at com.google.android.gms.wearable.internal.zzf.zzfv(Unknown Source)
at com.google.android.gms.wearable.internal.zzf.createFromParcel(Unknown Source)
at com.google.android.gms.wearable.internal.zzah$zza.onTransact(Unknown Source)
at android.os.Binder.execTransact(Binder.java:446)
It doesn't seem to specify where the exception is coming from. This is an Android Wear app that periodically records audio and transfers it to the phone.
I would appreciate any ideas on where I should be looking at or how I should be debugging this.
Thank you.