Rename logging tag to make logcat debugging clearer.

This commit is contained in:
Peter Serwylo 2016-02-28 12:36:06 +11:00
parent 94c0c391da
commit 62b080a8d9

View File

@ -82,7 +82,7 @@ import rx.schedulers.Schedulers;
*/
public class SwapService extends Service {
private static final String TAG = "SwapManager";
private static final String TAG = "SwapService";
public static final String SHARED_PREFERENCES = "swap-state";
private static final String KEY_APPS_TO_SWAP = "appsToSwap";
private static final String KEY_BLUETOOTH_ENABLED = "bluetoothEnabled";