前言:之前梳理了startService和bindService,现在接着梳理下Android O比较有特点的startForegroundService。 (六十四)Android O Service启动流程梳理——startService(六十五)Android O StartService的 anr timeout 流程分析(七十)Android O Service启动流程梳理——bind
前言:最近在处理Android O的应用crash和anr问题,其中遇到比较多的就是“Context.startForegroundService() did not then call Service.startForeground()”,将自己的处理心得总结回顾一下。 demo:https://github.com/happyjiatai/demo_csdn/tree/master/d