wiglenet / wigle-wifi-wardriving

Nethugging client for Android, from wigle.net
https://wigle.net
BSD 3-Clause "New" or "Revised" License
649 stars 199 forks source link

[FIX] trying to eliminate on-shutdown LocationListener leaks #626

Closed rksh closed 10 months ago

rksh commented 10 months ago

common problem during DeadSystemExceptions when the OS is killing things off, as well as a non-serious leak in LeakCanary. Two canaries with one stone?

swaps global application contexts for Activity contexts to avoid race condition (and stops trying to process status updates during shutdown)