Service的生命周期,只继承了onCreate(),onStart(),onDestroy() 第一次启动Service,先调用了onCreate(),onStart() 停止Service,调用onDestroy() 再次启动启动Service,onStart()