wiglenet / wigle-wifi-wardriving

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

[FIX] moving logging calls out of MainActivity. #521

Closed rksh closed 2 years ago

rksh commented 2 years ago

Intent was to remove logging from over-burdened MainAcitivty.java

Since we end up needing MainAcitivity state to write to the logfile (and hence end up exposing MainActivity.saveLog(String) to call in each Logging method), is this really worth it? Does this just add risk by shuffling things around?