Updated all logging to verbose and disabled it
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user