clean up log
This commit is contained in:
parent
575c24c93d
commit
9a61ddac93
@ -29,7 +29,6 @@ public class BRouterService extends Service {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IBinder onBind(Intent arg0) {
|
public IBinder onBind(Intent arg0) {
|
||||||
Log.d(getClass().getSimpleName(), "onBind()");
|
|
||||||
return myBRouterServiceStub;
|
return myBRouterServiceStub;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -277,13 +276,11 @@ public class BRouterService extends Service {
|
|||||||
@Override
|
@Override
|
||||||
public void onCreate() {
|
public void onCreate() {
|
||||||
super.onCreate();
|
super.onCreate();
|
||||||
Log.d(getClass().getSimpleName(), "onCreate()");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
Log.d(getClass().getSimpleName(), "onDestroy()");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is the old onStart method that will be called on the pre-2.0
|
// This is the old onStart method that will be called on the pre-2.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user