b/2296110 Car Dock - Stop service when done processing each command. Clean up logs.
Change-Id: I92124d2856e6c825a2b4148473431789a1f5b156
This commit is contained in:
@@ -55,7 +55,7 @@ public class DockEventReceiver extends BroadcastReceiver {
|
||||
if (Intent.ACTION_DOCK_EVENT.equals(intent.getAction())
|
||||
|| ACTION_DOCK_SHOW_UI.endsWith(intent.getAction())) {
|
||||
if (device == null) {
|
||||
if (DEBUG) Log.e(TAG, "Device is missing");
|
||||
if (DEBUG) Log.d(TAG, "Device is missing");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user