boot - How to get the log of apps that get started after starting the android device ? -
i trying understand concepts android device startup ,i want know there way can log of applications started on device boot-up ? how can ?
i want know that, possible write application gets started @ first after boot-up , stop apps getting started on boot-up ?
is there intentservice have write ? or not feasible unless have root access ? please me in understanding concepts.
the device log kept in buffer, recent entries there. if enough before buffer gets overwritten since device booted.
you can access using
$ adb logcat
Comments
Post a Comment