Updated all logging to verbose and disabled it

This commit is contained in:
2014-09-02 19:54:55 -04:00
parent 45107300d1
commit fcb4aecf8a

View File

@@ -102,6 +102,7 @@ public class LocationService extends Service implements LocationListener {
* @author ricky barrette
*/
private void broadcastLocation() {
if(Debug.DEBUG)
Log.d(TAG, "broadcastLocation()");
if (mLocation != null) {
final Intent locationUpdate = new Intent();