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