11

I got many crashes from my app which include GCM(Google Notification) feature. The crash detail as below:

java.lang.SecurityException: Unknown calling package name'com.mypackagename'.-android.os.Parcel.readException(1465) android.os.Parcel.readException(1419) com.google.android.gms.common.internal.zzs$zza$zza.zza(-1) com.google.android.gms.common.internal.zzs$zza$zza.zza(-1) com.google.android.gms.common.internal.zzj.zza(-1) com.google.android.gms.common.internal.zzj$zzf.zza(-1) com.google.android.gms.common.internal.zzj$zzh.zzqL(-1) com.google.android.gms.common.internal.zzj$zza.zzc(-1) com.google.android.gms.common.internal.zzj$zza.zzw(-1) com.google.android.gms.common.internal.zzj$zzc.zzqN(-1) com.google.android.gms.common.internal.zzj$zzb.handleMessage(-1) android.os.Handler.dispatchMessage(110) android.os.Looper.loop(193) android.app.ActivityThread.main(5292) java.lang.reflect.Method.invokeNative(-2) java.lang.reflect.Method.invoke(515) com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(828) com.android.internal.os.ZygoteInit.main(644) dalvik.system.NativeStart.main(-2)

The same issue:https://code.google.com/p/android/issues/detail?id=230497

iamcxl
  • 697
  • 1
  • 7
  • 15
  • Check your package name, the error is on ur name of package check and correct – W4R10CK Jan 17 '17 at 06:59
  • 1
    @W4R10CK Thanks, the crash information come from production environments the package name is correct in online app. **com.mypackagename** is replace one. – iamcxl Jan 17 '17 at 07:04
  • Thanks for format my post:) @ישו אוהב אותך – iamcxl Jan 17 '17 at 07:10
  • you're very welcome ;) – ישו אוהב אותך Jan 17 '17 at 07:12
  • Check this [SO question](http://stackoverflow.com/questions/38292058/receiving-error-when-trying-to-connect-with-google-awareness-services) if it can help you. – KENdi Jan 17 '17 at 13:48
  • @KENdi Thanks for your comments , My issue is that I got many crash from online app, but all the many crash from my app just a part of android device. – iamcxl Jan 19 '17 at 02:46
  • I can't figure out a way to reproduce this issue, but I'm seeing it as well in Crashlytics. – Tim Nuwin Jan 22 '17 at 01:36
  • 1
    @TimNuwin , Hi Tim, me too. I have contacted with Google player support which need I give a crash report or screen shot as proof. because I got the issue from my self implements UncaughtExceptionHandler. – iamcxl Jan 22 '17 at 01:44
  • hi did you find a valid solution for this issue? thanks. – savepopulation May 15 '17 at 10:42
  • @savepopulation, the issue disappeared after i feedback to google player team. and I think that the issue is from google player. mybe you can try it. – iamcxl Aug 31 '17 at 10:36

1 Answers1

-2

The solution:

feedback the issue to google player support and than the issue will disppear.

or

update the SDK of com.google.android.gms:play-services-gcm to latest version

iamcxl
  • 697
  • 1
  • 7
  • 15