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.
我在片段中有一个 startService 调用
根据堆栈跟踪,似乎在调用 startService 之后,由于某种原因,附加片段的 Activity 获得了“Activity.onStart”调用
为什么会这样?
为什么不?如果你在fragment's中启动服务onCreate,那么activity必须在创建后仍然启动,因此onStart被调用。
onCreate
onStart
但是没有足够的数据来更准确地诊断问题。发布最少的代码来重现您的问题。