1# See system/core/logcat/event.logtags for a description of the format of this file.
2
3option java_package com.android.server.wm
4
5# Do not change these names without updating the checkin_events setting in
6# google3/googledata/wireless/android/provisioning/gservices.config !!
7#
8# An activity is being finished:
930001 wm_finish_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
10# A task is being brought to the front of the screen:
1130002 wm_task_to_front (User|1|5),(Task|1|5)
12# An existing activity is being given a new intent:
1330003 wm_new_intent (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
14# A new task is being created:
1530004 wm_create_task (User|1|5),(Task ID|1|5)
16# A new activity is being created in an existing task:
1730005 wm_create_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
18# An activity has been resumed into the foreground but was not already running:
1930006 wm_restart_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
20# An activity has been resumed and is now in the foreground:
2130007 wm_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
22
23# Activity launch time
2430009 wm_activity_launch_time (User|1|5),(Token|1|5),(Component Name|3),(time|2|3)
25
26# The Activity Manager failed to pause the given activity.
2730012 wm_failed_to_pause (User|1|5),(Token|1|5),(Wanting to pause|3),(Currently pausing|3)
28# Attempting to pause the current activity
2930013 wm_pause_activity (User|1|5),(Token|1|5),(Component Name|3),(User Leaving|3),(Reason|3)
30# Application process has been started
31
32# An activity is being destroyed:
3330018 wm_destroy_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
34# An activity has been relaunched, resumed, and is now in the foreground:
3530019 wm_relaunch_resume_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
36# An activity has been relaunched:
3730020 wm_relaunch_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3)
38
39# Activity set to resumed
4030043 wm_set_resumed_activity (User|1|5),(Component Name|3),(Reason|3)
41
42# Root task focus
4330044 wm_focused_root_task (User|1|5),(Display Id|1|5),(Focused Root Task Id|1|5),(Last Focused Root Task Id|1|5),(Reason|3)
44
45# Attempting to stop an activity
4630048 wm_stop_activity (User|1|5),(Token|1|5),(Component Name|3)
47
48# The task is being removed from its parent task
4930061 wm_remove_task (Task ID|1|5), (Root Task ID|1|5)
50
51# An activity been add into stopping list
5230066 wm_add_to_stopping (User|1|5),(Token|1|5),(Component Name|3),(Reason|3)
53
54# Keyguard status changed
5530067 wm_set_keyguard_shown (keyguardShowing|1),(aodShowing|1),(keyguardGoingAway|1),(Reason|3)
56
57# Out of memory for surfaces.
5831000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3)
59# Task created.
6031001 wm_task_created (TaskId|1|5),(RootTaskId|1|5)
61# Task moved to top (1) or bottom (0).
6231002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1)
63# Task removed with source explanation.
6431003 wm_task_removed (TaskId|1|5),(Reason|3)
65# bootanim finished:
6631007 wm_boot_animation_done (time|2|3)
67
68