Sure:
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Create, isFirst = false **
** Activity (main) Resume **
** Service (acall) Create **
** Service (acall) Start **
I think I see what's happening now. Apparently the service of the app on my phone must ocassionally restart while I'm working on a different project and that is appearing in the log of what I'm working on.