-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
startDiscoveringPeers function is working in debug mode but not working in release apk anyone has any solution about that? #95
Comments
@Suyashbajpai27 do you see any error in |
No ,because it is working in debug mode , i have no clue about that in
release mode.
…On Sat, 16 Mar 2024 at 00:15, Kirill Zyusko ***@***.***> wrote:
@Suyashbajpai27 <https://github.com/Suyashbajpai27> do you see any error
in logcat output? Maybe there will be a useful hints what exactly blocks
peers from being discovered?
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQ7JYZZC4WRLMUTK6OTZQVLYYM6VXAVCNFSM6AAAAABEYPNKASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBQGI2TEMBUGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Suyashbajpai27 you can spin up a logcat instance by I'm more than sure that Android will log a root cause of why discovery fails. Feel free to try 🙌 |
No , I didn't get any unusual logs in adb logcat in android studio. |
@Suyashbajpai27 can you share them here? (Just for 5-10 seconds, when you started to discover peers and got a particular status) |
AdbLogcat.txt |
Hey! this library is working in Android version 11 or 12 or older version of android but not in 13.check the issue please. |
@Suyashbajpai27 according to yours logs I see that device actually can be found:
Regarding Android 13 - have you seen this thread/comment #59 (comment)? |
I know but it is in debug mode that is why i am able to send you the logcat and i found this issue is from version,like when i am trying to run the app in android version 11 or lower then it is working but it is not working in upgraded version(more than Android 11). |
Do I correctly understand, that you opened an issue that it doesn't work in release mode and when I asked you to share adb-logs, then you shared them for debug build?.. |
I am trying to connect two android devices for sending data from one device to other device using this library but in debug mode it is working to search Nearby Devices but when i create a release build or apk ,then it is not able to search any nearby devices.
The text was updated successfully, but these errors were encountered: