-
Notifications
You must be signed in to change notification settings - Fork 208
Google Play Service crashes upon install app #116
Comments
dropping Firebase job dispatcher unfortunately didn't work, still hitting the same crash. |
Hi @k0shk0sh |
@ogeidix here you go
|
That is the crash in your app which seems to happen because Play services crashed. |
I have asked the user to do that, because I can't simulate that problem. so I guess we gotta wait on this. |
@ogeidix end user couldn't do that because as soon as installing FastHub, his system starts to crash and can't go anywhere but playstore and uninstall it from there. i'm a bit lost here and don't know what should be done |
they can take the bugreport after the uninstalled the app. the logs should still be captured by the bugreport |
bugreport-2017-07-11-07-15-55.txt P.S: mistakenly closed it. |
Thank you for the bug report. I've check the code and I don't know how it could happen. You might modify message target by calling setTarget on the message. |
@unEgor below another report from the same user which tested on 0.7.0 but still have the same problem. why not just catch the crash from within the jobDispatcher itself? would that possible without me cloning the repo? GPS version: |
Thank you for the bugreport and using 0.7.0 version. From the bug report I does not look like there are any problem with FJD. 07-13 11:45:45.801 484 881 W BroadcastQueue: Unable to launch app com.teslacoilsw.launcher/10064 for broadcast Intent { act=android.intent.action.PACKAGE_REMOVED dat=package:com.fastaccess.github flg=0x4000010 (has extras) }: process is bad |
@unEgor hmmm, I have zero broadcast receivers in FastHub so I'm not really sure how this could be related, if you look at video above, you'll see every app is crashing and because the GooglePlayService so I'm sure nova broadcast receiver crashed because of firebase & google play service. P.S: the broadcast that shows in the log is tied to nova launcher. Sent from my Samsung SM-G950F using FastHub Debug |
From the full bugreport you provided it doesn't look like it's Google Play services crashing, but rather the whole system. I suspect this is a bug in cyanogenmod.
|
@ogeidix thanks man, I guess then I'll just ignore it. Sent from my Samsung SM-G950F using FastHub Debug |
Yes, it's unfortunate but this looks like out of our control. |
FTR, we had the same issue with our app. During my research I came across this report. |
Hello there,
It brings to my attention that some people reported bugs that upon installing my app from the play store, it will immediately crashes Google Play service & it will crash any other apps that might rely on the google play service.
Please find the attached log below from the play store from the same device as the video below shows:
crash.txt
and also find the video for your referencing, its a video from a user that reported this via email
https://drive.google.com/file/d/0BxbjAF1sbwjaV245MGl0Z054bGM/view?usp=sharing
Please do let me know if there is any workaround this like immediate workaround, otherwise i'll just have to drop firebase dispatcher immediately to solve this.
The text was updated successfully, but these errors were encountered: