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

[Android] Crashes after the last update (1.1.3+1) #57

Closed
pkuzco opened this issue May 5, 2020 · 5 comments
Closed

[Android] Crashes after the last update (1.1.3+1) #57

pkuzco opened this issue May 5, 2020 · 5 comments

Comments

@pkuzco
Copy link

pkuzco commented May 5, 2020

Many crashes are being reported on Google Play Console after updating my app to use version 1.1.3+1 of this plugin (I had no issues until version 1.1.2+2), so it could be caused by the newly added feature #47, which I'm using.

java.lang.RuntimeException: 
  at android.app.ActivityThread.handleCreateService (ActivityThread.java:3761)
  at android.app.ActivityThread.access$1400 (ActivityThread.java:236)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1800)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:214)
  at android.app.ActivityThread.main (ActivityThread.java:7032)
  at java.lang.reflect.Method.invoke (Method.java)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)
Caused by: java.lang.IllegalStateException: 
  at rekab.app.background_locator.LocatorService.a (LocatorService.java:39)
  at rekab.app.background_locator.LocatorService.onCreate (LocatorService.java:3)
  at android.app.ActivityThread.handleCreateService (ActivityThread.java:3749)
  at android.app.ActivityThread.access$1400 (ActivityThread.java:236)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1800)
  at android.os.Handler.dispatchMessage (Handler.java:106)
  at android.os.Looper.loop (Looper.java:214)
  at android.app.ActivityThread.main (ActivityThread.java:7032)
  at java.lang.reflect.Method.invoke (Method.java)
  at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:494)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:965)
@pkuzco
Copy link
Author

pkuzco commented May 5, 2020

I'm not sure if this helps, but I will share it here anyway:
https://stackoverflow.com/questions/58942350/caused-by-java-lang-illegalstateexception

@mehdok
Copy link
Collaborator

mehdok commented May 6, 2020

Are you using start after boot feature? the only change in that version was that and you can ignore it by not including it's broadcast receiver in your code.

@pkuzco
Copy link
Author

pkuzco commented May 6, 2020

Yes, I have removed the broadcast receiver of that feature already, but I hope we can find a fix for this issue soon.

@pkuzco pkuzco changed the title Crashes after the last update (1.1.3+1) [Android] Crashes after the last update (1.1.3+1) May 6, 2020
@mehdok
Copy link
Collaborator

mehdok commented May 6, 2020

Can you add more info?

  • Steps to produce the crash.

  • Information about Testing environment, Android version, etc.

  • More log about the crash.

@mehdok
Copy link
Collaborator

mehdok commented May 28, 2020

Closing this issue due to inactivity. Please feel free to open it at anytime;

@mehdok mehdok closed this as completed Jun 2, 2020
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

2 participants