From 4bae21b6178b6ee7d57bf4a05d6d5ffa3af1d984 Mon Sep 17 00:00:00 2001 From: kidfromjupiter Date: Wed, 21 Jan 2026 04:48:11 +0000 Subject: [PATCH] improvedf readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cb6b221..b83cfe38 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,13 @@ What is tested: What is not tested or unknown: -- Android to Linux Nearby Sharing with Quick Share end-to-end. +- Android to Linux Nearby Sharing with Quick Share end-to-end; current status is that it fails during the Quick Share connecting stage. + +Debugging tip: when investigating Quick Share failures on Android, this helps: + +```shell +adb logcat | grep -Ei 'NearbySharing|NearbyConnections|NeabyMediums' +``` This is not an officially supported Google product.