-
Notifications
You must be signed in to change notification settings - Fork 120
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
Look into reason why LOST can't handle multiple processes in an application. #401
Comments
Reported upstream: lostzen/lost#173. |
this is gnar - any idea on an eta for this? |
In an attempt to workaround. How do I disable the location permission? |
@Emeritus-DarranKelinske Looks like this exception cannot be worked around by removing location permissions. The issue happens during manifest merge when the |
Thank you for the suggestion. I will look into using that. In the meantime I removed all location permissions and that seems to fix it, but it means we are unable to use key features of our application which depend on location. Thank you! |
Copying in the question from upstream: is this reproducible on the latest release of LOST- 2.2.0? |
@msmollin Please see lostzen/lost#173 (comment) for details. Bottom line is that we still see the issue after upgrading to LOST 2.2.0. |
Neat. Will continue discussion there as we triage. |
Thank you to everyone who makes these projects possible <3 |
Can we please revert the implementation of lost to the previous version until this issue is resolved. It is a showstopper for people that need multi-process. |
This has been committed to master upstream. lostzen/lost#182 |
If we can get this into an alpha, I can get it on a device and test it. <3 |
The work isn't complete in the upstream ticket yet. lostzen/lost#173 (comment) We're getting there though :) |
This has now been fixed upstream, I'm adding this ticket to the next milestone as a release blocker hoping that we can include the fix (we're depending on LOST releasing 2.3 on time). |
I'm ready to test this whenever we get an alpha. |
I just updated to the latest snapshot and am still having this issue. Is anyone else? Thank you! |
@Emeritus-DarranKelinske How're you testing this, using the Test App in this repo? Could you share your full list of dependencies? |
Im testing this in an app that uses one process for a BLE connection and the other process for UI interaction. DEPENDENCIES: dependencies {
// androidTestCompile 'com.squareup.assertj:assertj-android:1.1.1'
} |
@Emeritus-DarranKelinske I see what the issue is. This project's SNAPSHOT ( |
I got confused. Thank you. |
Just a heads up- we are targeting a |
@sarahlensing Love it, this is much appreciated. To help with testing, we're gonna release |
Fixed via #462. |
When location permission enabled and you've included a process in your activity inside the manifest, the application will crash with the following error:
cc: @zugaldia @Guardiola31337
The text was updated successfully, but these errors were encountered: