mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-30 22:12:55 +01:00
Some more logging
This commit is contained in:
parent
ab2f5a73a8
commit
1ff1c20056
@ -94,8 +94,11 @@ public class BluetoothCommunicationService extends Service {
|
|||||||
return START_NOT_STICKY;
|
return START_NOT_STICKY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Log.d(TAG, "Service startcommand: " + action);
|
||||||
|
|
||||||
if (!mStarted && !action.equals(ACTION_START)) {
|
if (!mStarted && !action.equals(ACTION_START)) {
|
||||||
// using the service before issuing ACTION_START
|
// using the service before issuing ACTION_START
|
||||||
|
Log.i(TAG, "Must start service with " + ACTION_START + " before using it: " + action);
|
||||||
return START_NOT_STICKY;
|
return START_NOT_STICKY;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user