am 14262d79: Merge "Control GPS logging with property" into jb-mr1-dev
* commit '14262d79c42072b01d8beccc3a0d688938da4214': Control GPS logging with property
This commit is contained in:
@@ -81,8 +81,8 @@ public class GpsLocationProvider implements LocationProviderInterface {
|
|||||||
|
|
||||||
private static final String TAG = "GpsLocationProvider";
|
private static final String TAG = "GpsLocationProvider";
|
||||||
|
|
||||||
private static final boolean DEBUG = false;
|
private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
|
||||||
private static final boolean VERBOSE = false;
|
private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
|
||||||
|
|
||||||
// these need to match GpsPositionMode enum in gps.h
|
// these need to match GpsPositionMode enum in gps.h
|
||||||
private static final int GPS_POSITION_MODE_STANDALONE = 0;
|
private static final int GPS_POSITION_MODE_STANDALONE = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user