Bug #3025
Kerplapp main screen blocks
Status: | Closed | Start date: | 03/03/2014 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | pd0x | % Done: | 0% | |
Category: | - | |||
Target version: | improved security/usability | |||
Component: |
Description
The NsdHelper class that is initialized in the KerplappActivity onCreate for devices that support NSD is blocking indefinitely. The line in question is: mNsdManager = (NsdManager) context.getSystemService(Context.NSD_SERVICE);
Related issues
History
#1 Updated by pd0x almost 4 years ago
Rebooting the device seems to "unjam" the NSD service and the call to get a handle no longer blocks.
#2 Updated by hans almost 4 years ago
- Target version changed from 0.1 - "Kerplapp" to improved security/usability
#3 Updated by hans over 3 years ago
- Status changed from New to Closed
we'll just blame this on NSD, which we have purged from Kerplapp to be replaced with jmdns.