Skip to content
Snippets Groups Projects
Commit bace0107 authored by Dianne Hackborn's avatar Dianne Hackborn
Browse files

Work on issue #2259506: camera ANRed and then device runtime restarted

New event log tag for when a process fails to start.

Change-Id: Icb08757e1514a1d6f5462d22b931114c10b964b2
parent 02effee6
Branches
Tags
No related merge requests found
...@@ -282,6 +282,8 @@ ...@@ -282,6 +282,8 @@
30035 am_schedule_service_restart (Component Name|3),(Time|2|3) 30035 am_schedule_service_restart (Component Name|3),(Time|2|3)
# A client was waiting for a content provider, but its process was lost # A client was waiting for a content provider, but its process was lost
30036 am_provider_lost_process (Package Name|3),(UID|1|5),(Name|3) 30036 am_provider_lost_process (Package Name|3),(UID|1|5),(Name|3)
# The activity manager gave up on a new process taking too long to start
30037 am_process_start_timeout (PID|1|5),(UID|1|5),(Process Name|3)
# Out of memory for surfaces. # Out of memory for surfaces.
31000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3) 31000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment