Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以获得服务运行的时间量?
如果“运行”是指“存在于内存中”:
步骤#1:将开始时间存储在服务的数据成员中onCreate()。
onCreate()
步骤#2:当你需要它时,从当前时间中减去开始时间,以确定服务在内存中的时间。