1# See system/logging/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),(Display Id|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),(Root Task ID|1|5),(Display 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),(config mask|3)
36# An activity has been relaunched:
3730020 wm_relaunch_activity (User|1|5),(Token|1|5),(Task ID|1|5),(Component Name|3),(config mask|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# An activity been add into stopping list
4930066 wm_add_to_stopping (User|1|5),(Token|1|5),(Component Name|3),(Reason|3)
50
51# Keyguard status changed
5230067 wm_set_keyguard_shown (Display Id|1|5),(keyguardShowing|1),(aodShowing|1),(keyguardGoingAway|1),(occluded|1),(Reason|3)
53
54# Out of memory for surfaces.
5531000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3)
56# Task created.
5731001 wm_task_created (TaskId|1|5)
58# Task moved to top (1) or bottom (0).
5931002 wm_task_moved (TaskId|1|5),(Root Task ID|1|5),(Display Id|1|5),(ToTop|1),(Index|1)
60# Task removed with source explanation.
6131003 wm_task_removed (TaskId|1|5),(Root Task ID|1|5),(Display Id|1|5),(Reason|3)
62
63# Set the requested orientation of an activity.
6431006 wm_set_requested_orientation (Orientation|1|5),(Component Name|3)
65
66# bootanim finished:
6731007 wm_boot_animation_done (time|2|3)
68# Notify keyguard occlude statuc change to SysUI.
6931008 wm_set_keyguard_occluded (occluded|1),(animate|1),(transit|1),(Channel|3)
70
71# Back navigation.
7231100 wm_back_navi_canceled (Reason|3)
73
74# IME surface parent is updated.
7532003 imf_update_ime_parent (surface name|3)
76# IME snapshot is shown.
7732004 imf_show_ime_screenshot (target window|3),(transition|1),(surface position|3)
78# IME snapshot is hidden.
7932005 imf_remove_ime_screenshot (target window|3)
80
81# Request surface flinger to show / hide the wallpaper surface.
8233001 wm_wallpaper_surface (Display Id|1|5),(Visible|1),(Target|3)
83
84# Entering pip called
8538000 wm_enter_pip (User|1|5),(Token|1|5),(Component Name|3),(is Auto Enter|3)
86