'Two logs differ in same operation android

As per lifecycle, if Activity I have 2 logs.

One is client log and another is my log.

In client log,

01-08 08:06:18.676  3508  3508 I Launcher: onResume
01-08 08:06:18.677  3705  3705 I ActivitySample: onDestroy

In my log,

01-09 16:30:44.485  3834  3834 I ActivitySample: onDestroy
01-09 16:30:44.501  3539  3539 I Launcher: onResume

How come it varies in client log. Operation performed is same but log print is varying.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source