-
Notifications
You must be signed in to change notification settings - Fork 56
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
Crash relative to Bluetooth usage #16
Comments
Second issue, still relative tu Bluetooth. ..
|
@theFasta Hello. Thanks for the bug report. |
Basically I'm working on all platforms from 19 and earlier. Today I've been working on Lollipop, Marshmallow, Nougat and Oreo... |
@theFasta Okay, can you then send me minimal Android project that reproduces the issue? |
Actually not. It's not that I don't want to share the code, but the problem verifies just when the node gets started, so it's kinda "out of my jurisdiction"... |
@theFasta You don't have to share code of your proprietary app, you can just make separate minimal project that demonstrates just the issue. |
|
@theFasta Thanks, I will look into it. |
I've released Underdark Android 1.0.12 with crash fix for Android 8. |
Hi!
Thanks alot, I will try the new version and let you know.
Cheers
Fasta thinks different
http://www.yourprofolio.com/thefasta
http://fastaproductions.imagekind.com
…On Fri, Nov 17, 2017 at 6:55 PM, Virl ***@***.***> wrote:
I've released Underdark Android 1.0.12 with crash fix for Android 8.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATWDDa6zCnEut547dPgdyx8E04n05q8kks5s3ciigaJpZM4PTRy2>
.
|
Hi, I am testing the library, and i noticed that it crashes when initialize it for both WIFI and Bluetooth, with
EnumSet.of(TransportKind.BLUETOOTH, TransportKind.WIFI)
. if i start the app with BT turned off, and i switch it on, the app crashes with the following stacktrace:Your help would be really appreciated, thank you
The text was updated successfully, but these errors were encountered: