Home | History | Annotate | Download | only in server
      1 # See system/core/logcat/event.logtags for a description of the format of this file.
      2 
      3 option java_package com.android.server
      4 
      5 # ---------------------------
      6 # BatteryService.java
      7 # ---------------------------
      8 2722 battery_level (level|1|6),(voltage|1|1),(temperature|1|1)
      9 2723 battery_status (status|1|5),(health|1|5),(present|1|5),(plugged|1|5),(technology|3)
     10 # This is logged when battery goes from discharging to charging.
     11 # It lets us count the total amount of time between charges and the discharge level
     12 2730 battery_discharge (duration|2|3),(minLevel|1|6),(maxLevel|1|6)
     13 
     14 
     15 # ---------------------------
     16 # PowerManagerService.java
     17 # ---------------------------
     18 # This is logged when the device is being forced to sleep (typically by
     19 # the user pressing the power button).
     20 2724 power_sleep_requested (wakeLocksCleared|1|1)
     21 # This is logged when the screen on broadcast has completed
     22 2725 power_screen_broadcast_send (wakelockCount|1|1)
     23 # This is logged when the screen broadcast has completed
     24 2726 power_screen_broadcast_done (on|1|5),(broadcastDuration|2|3),(wakelockCount|1|1)
     25 # This is logged when the screen on broadcast has completed
     26 2727 power_screen_broadcast_stop (which|1|5),(wakelockCount|1|1)
     27 # This is logged when the screen is turned on or off.
     28 2728 power_screen_state (offOrOn|1|5),(becauseOfUser|1|5),(totalTouchDownTime|2|3),(touchCycles|1|1),(latency|1|3)
     29 # This is logged when the partial wake lock (keeping the device awake
     30 # regardless of whether the screen is off) is acquired or released.
     31 2729 power_partial_wake_state (releasedorAcquired|1|5),(tag|3)
     32 # The device is being asked to go into a soft sleep (typically by the ungaze gesture).
     33 # It logs the time remaining before the device would've normally gone to sleep without the request.
     34 2731 power_soft_sleep_requested (savedwaketimems|2)
     35 # Power save state has changed. See BatterySaverController.java for the details.
     36 2739 battery_saver_mode (prevOffOrOn|1|5),(nowOffOrOn|1|5),(interactive|1|5),(features|3|5),(reason|1|5)
     37 27390 battery_saving_stats (batterySaver|1|5),(interactive|1|5),(doze|1|5),(delta_duration|2|3),(delta_battery_drain|1|1),(delta_battery_drain_percent|1|6),(total_duration|2|3),(total_battery_drain|1|1),(total_battery_drain_percent|1|6)
     38 # Note when the user activity timeout has been overriden by ActivityManagerService
     39 27391 user_activity_timeout_override (override|2|3)
     40 27392 battery_saver_setting (threshold|1)
     41 
     42 #
     43 # Leave IDs through 2740 for more power logs (2730 used by battery_discharge above)
     44 #
     45 
     46 
     47 # ---------------------------
     48 # DeviceStorageMonitorService.java
     49 # ---------------------------
     50 # File on cache partition was deleted
     51 2748 cache_file_deleted (path|3)
     52 # Storage volume state and usable space in bytes
     53 2749 storage_state (uuid|3),(old_state|1),(new_state|1),(usable|2),(total|2)
     54 
     55 
     56 # ---------------------------
     57 # NotificationManagerService.java
     58 # ---------------------------
     59 # when a NotificationManager.notify is called. status: 0=post, 1=update, 2=ignored
     60 2750 notification_enqueue (uid|1|5),(pid|1|5),(pkg|3),(id|1|5),(tag|3),(userid|1|5),(notification|3),(status|1)
     61 # when someone tries to cancel a notification, the notification manager sometimes
     62 # calls this with flags too
     63 2751 notification_cancel (uid|1|5),(pid|1|5),(pkg|3),(id|1|5),(tag|3),(userid|1|5),(required_flags|1),(forbidden_flags|1),(reason|1|5),(listener|3)
     64 # when someone tries to cancel all of the notifications for a particular package
     65 2752 notification_cancel_all (uid|1|5),(pid|1|5),(pkg|3),(userid|1|5),(required_flags|1),(forbidden_flags|1),(reason|1|5),(listener|3)
     66 # when the notification panel is shown
     67 # Note: New tag range starts here since 2753+ have been used below.
     68 27500 notification_panel_revealed (items|1)
     69 # when the notification panel is hidden
     70 27501 notification_panel_hidden
     71 # when notifications are newly displayed on screen, or disappear from screen
     72 27510 notification_visibility_changed (newlyVisibleKeys|3),(noLongerVisibleKeys|3)
     73 # when notifications are expanded, or contracted
     74 27511 notification_expansion (key|3),(user_action|1),(expanded|1),(lifespan|1),(freshness|1),(exposure|1)
     75 # when a notification has been clicked
     76 27520 notification_clicked (key|3),(lifespan|1),(freshness|1),(exposure|1),(rank|1),(count|1)
     77 # when a notification action button has been clicked
     78 27521 notification_action_clicked (key|3),(action_index|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1),(count|1)
     79 # when a notification has been canceled
     80 27530 notification_canceled (key|3),(reason|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1),(count|1),(listener|3)
     81 # replaces 27510 with a row per notification
     82 27531 notification_visibility (key|3),(visibile|1),(lifespan|1),(freshness|1),(exposure|1),(rank|1)
     83 # a notification emited noise, vibration, or light
     84 27532 notification_alert (key|3),(buzz|1),(beep|1),(blink|1)
     85 # a notification was added to a autogroup
     86 27533 notification_autogrouped (key|3)
     87 # notification was removed from an autogroup
     88 275534 notification_unautogrouped (key|3)
     89 
     90 # ---------------------------
     91 # Watchdog.java
     92 # ---------------------------
     93 2802 watchdog (Service|3)
     94 2803 watchdog_proc_pss (Process|3),(Pid|1|5),(Pss|1|2)
     95 2804 watchdog_soft_reset (Process|3),(Pid|1|5),(MaxPss|1|2),(Pss|1|2),(Skip|3)
     96 2805 watchdog_hard_reset (Process|3),(Pid|1|5),(MaxPss|1|2),(Pss|1|2)
     97 2806 watchdog_pss_stats (EmptyPss|1|2),(EmptyCount|1|1),(BackgroundPss|1|2),(BackgroundCount|1|1),(ServicePss|1|2),(ServiceCount|1|1),(VisiblePss|1|2),(VisibleCount|1|1),(ForegroundPss|1|2),(ForegroundCount|1|1),(NoPssCount|1|1)
     98 2807 watchdog_proc_stats (DeathsInOne|1|1),(DeathsInTwo|1|1),(DeathsInThree|1|1),(DeathsInFour|1|1),(DeathsInFive|1|1)
     99 2808 watchdog_scheduled_reboot (Now|2|1),(Interval|1|3),(StartTime|1|3),(Window|1|3),(Skip|3)
    100 2809 watchdog_meminfo (MemFree|1|2),(Buffers|1|2),(Cached|1|2),(Active|1|2),(Inactive|1|2),(AnonPages|1|2),(Mapped|1|2),(Slab|1|2),(SReclaimable|1|2),(SUnreclaim|1|2),(PageTables|1|2)
    101 2810 watchdog_vmstat (runtime|2|3),(pgfree|1|1),(pgactivate|1|1),(pgdeactivate|1|1),(pgfault|1|1),(pgmajfault|1|1)
    102 2811 watchdog_requested_reboot (NoWait|1|1),(ScheduleInterval|1|3),(RecheckInterval|1|3),(StartTime|1|3),(Window|1|3),(MinScreenOff|1|3),(MinNextAlarm|1|3)
    103 
    104 # ---------------------------
    105 # RescueParty.java
    106 # ---------------------------
    107 2900 rescue_note (uid|1),(count|1),(window|2)
    108 2901 rescue_level (level|1),(trigger_uid|1)
    109 2902 rescue_success (level|1)
    110 2903 rescue_failure (level|1),(msg|3)
    111 
    112 # ---------------------------
    113 # BackupManagerService.java
    114 # ---------------------------
    115 2820 backup_data_changed (Package|3)
    116 2821 backup_start (Transport|3)
    117 2822 backup_transport_failure (Package|3)
    118 2823 backup_agent_failure (Package|3),(Message|3)
    119 2824 backup_package (Package|3),(Size|1|2)
    120 2825 backup_success (Packages|1|1),(Time|1|3)
    121 2826 backup_reset (Transport|3)
    122 2827 backup_initialize
    123 2828 backup_requested (Total|1|1),(Key-Value|1|1),(Full|1|1)
    124 2829 backup_quota_exceeded (Package|3)
    125 2830 restore_start (Transport|3),(Source|2|5)
    126 2831 restore_transport_failure
    127 2832 restore_agent_failure (Package|3),(Message|3)
    128 2833 restore_package (Package|3),(Size|1|2)
    129 2834 restore_success (Packages|1|1),(Time|1|3)
    130 
    131 2840 full_backup_package (Package|3)
    132 2841 full_backup_agent_failure (Package|3),(Message|3)
    133 2842 full_backup_transport_failure
    134 2843 full_backup_success (Package|3)
    135 2844 full_restore_package (Package|3)
    136 2845 full_backup_quota_exceeded (Package|3)
    137 2846 full_backup_cancelled (Package|3),(Message|3)
    138 
    139 2850 backup_transport_lifecycle (Transport|3),(Bound|1|1)
    140 2851 backup_transport_connection (Transport|3),(Connected|1|1)
    141 
    142 
    143 # ---------------------------
    144 # SystemServer.java
    145 # ---------------------------
    146 # SystemServer.run() starts:
    147 3010 boot_progress_system_run (time|2|3)
    148 
    149 
    150 # ---------------------------
    151 # PackageManagerService.java
    152 # ---------------------------
    153 # Package Manager starts:
    154 3060 boot_progress_pms_start (time|2|3)
    155 # Package Manager .apk scan starts:
    156 3070 boot_progress_pms_system_scan_start (time|2|3)
    157 # Package Manager .apk scan starts:
    158 3080 boot_progress_pms_data_scan_start (time|2|3)
    159 # Package Manager .apk scan ends:
    160 3090 boot_progress_pms_scan_end (time|2|3)
    161 # Package Manager ready:
    162 3100 boot_progress_pms_ready (time|2|3)
    163 # + check activity_launch_time for Home app
    164 # Value of "unknown sources" setting at app install time
    165 3110 unknown_sources_enabled (value|1)
    166 # Package Manager critical info
    167 3120 pm_critical_info (msg|3)
    168 # Disk usage stats for verifying quota correctness
    169 3121 pm_package_stats (manual_time|2|3),(quota_time|2|3),(manual_data|2|2),(quota_data|2|2),(manual_cache|2|2),(quota_cache|2|2)
    170 
    171 # ---------------------------
    172 # WindowManagerService.java
    173 # ---------------------------
    174 # Out of memory for surfaces.
    175 31000 wm_no_surface_memory (Window|3),(PID|1|5),(Operation|3)
    176 # Task created.
    177 31001 wm_task_created (TaskId|1|5),(StackId|1|5)
    178 # Task moved to top (1) or bottom (0).
    179 31002 wm_task_moved (TaskId|1|5),(ToTop|1),(Index|1)
    180 # Task removed with source explanation.
    181 31003 wm_task_removed (TaskId|1|5),(Reason|3)
    182 # Stack created.
    183 31004 wm_stack_created (StackId|1|5)
    184 # Home stack moved to top (1) or bottom (0).
    185 31005 wm_home_stack_moved (ToTop|1)
    186 # Stack removed.
    187 31006 wm_stack_removed (StackId|1|5)
    188 # bootanim finished:
    189 31007 wm_boot_animation_done (time|2|3)
    190 
    191 
    192 # ---------------------------
    193 # InputMethodManagerService.java
    194 # ---------------------------
    195 # Re-connecting to input method service because we haven't received its interface
    196 32000 imf_force_reconnect_ime (IME|4),(Time Since Connect|2|3),(Showing|1|1)
    197 
    198 
    199 # ---------------------------
    200 # WallpaperManagerService.java
    201 # ---------------------------
    202 33000 wp_wallpaper_crashed (component|3)
    203 
    204 # ---------------------------
    205 # Device idle
    206 # ---------------------------
    207 34000 device_idle (state|1|5), (reason|3)
    208 34001 device_idle_step
    209 34002 device_idle_wake_from_idle (is_idle|1|5), (reason|3)
    210 34003 device_idle_on_start
    211 34004 device_idle_on_phase (what|3)
    212 34005 device_idle_on_complete
    213 34006 device_idle_off_start (reason|3)
    214 34007 device_idle_off_phase (what|3)
    215 34008 device_idle_off_complete
    216 34009 device_idle_light (state|1|5), (reason|3)
    217 34010 device_idle_light_step
    218 
    219 # ---------------------------
    220 # DisplayManagerService.java
    221 # ---------------------------
    222 # Auto-brightness adjustments by the user.
    223 35000 auto_brightness_adj (old_lux|5),(old_brightness|5),(new_lux|5),(new_brightness|5)
    224 
    225 # ---------------------------
    226 # ConnectivityService.java
    227 # ---------------------------
    228 # Connectivity state changed
    229 50020 connectivity_state_changed (type|1),(subtype|1),(state|1)
    230 
    231 
    232 # ---------------------------
    233 # NetworkStatsService.java
    234 # ---------------------------
    235 51100 netstats_mobile_sample (dev_rx_bytes|2|2),(dev_tx_bytes|2|2),(dev_rx_pkts|2|1),(dev_tx_pkts|2|1),(xt_rx_bytes|2|2),(xt_tx_bytes|2|2),(xt_rx_pkts|2|1),(xt_tx_pkts|2|1),(uid_rx_bytes|2|2),(uid_tx_bytes|2|2),(uid_rx_pkts|2|1),(uid_tx_pkts|2|1),(trusted_time|2|3)
    236 51101 netstats_wifi_sample (dev_rx_bytes|2|2),(dev_tx_bytes|2|2),(dev_rx_pkts|2|1),(dev_tx_pkts|2|1),(xt_rx_bytes|2|2),(xt_tx_bytes|2|2),(xt_rx_pkts|2|1),(xt_tx_pkts|2|1),(uid_rx_bytes|2|2),(uid_tx_bytes|2|2),(uid_rx_pkts|2|1),(uid_tx_pkts|2|1),(trusted_time|2|3)
    237 
    238 
    239 # ---------------------------
    240 # LockdownVpnTracker.java
    241 # ---------------------------
    242 51200 lockdown_vpn_connecting (egress_net|1)
    243 51201 lockdown_vpn_connected (egress_net|1)
    244 51202 lockdown_vpn_error (egress_net|1)
    245 
    246 # ---------------------------
    247 # ConfigUpdateInstallReceiver.java
    248 # ---------------------------
    249 51300 config_install_failed (dir|3)
    250 
    251 # ---------------------------
    252 # IntentFirewall.java
    253 # ---------------------------
    254 51400 ifw_intent_matched (Intent Type|1|5),(Component Name|3),(Caller Uid|1|5),(Caller Pkg Count|1|1),(Caller Pkgs|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
    255 
    256 # ---------------------------
    257 # IdleMaintenanceService.java
    258 # ---------------------------
    259 51500 idle_maintenance_window_start (time|2|3), (lastUserActivity|2|3), (batteryLevel|1|6), (batteryCharging|1|5)
    260 51501 idle_maintenance_window_finish (time|2|3), (lastUserActivity|2|3), (batteryLevel|1|6), (batteryCharging|1|5)
    261 
    262 # ---------------------------
    263 # StorageManagerService.java
    264 # ---------------------------
    265 2755 fstrim_start (time|2|3)
    266 2756 fstrim_finish (time|2|3)
    267 
    268 # ---------------------------
    269 # Job scheduler
    270 # ---------------------------
    271 8000 job_deferred_execution (time|2|3)
    272 
    273 # AudioService.java
    274 # ---------------------------
    275 40000 volume_changed (stream|1), (prev_level|1), (level|1), (max_level|1), (caller|3)
    276 40001 stream_devices_changed (stream|1), (prev_devices|1), (devices|1)
    277 
    278 # ---------------------------
    279 # GestureLauncherService.java
    280 # ---------------------------
    281 40100 camera_gesture_triggered (gesture_on_time|2|3), (sensor1_on_time|2|3), (sensor2_on_time|2|3), (event_extra|1|1)
    282 
    283 # ---------------------------
    284 # timezone/RulesManagerService.java
    285 # ---------------------------
    286 51600 timezone_trigger_check (token|3)
    287 51610 timezone_request_install (token|3)
    288 51611 timezone_install_started (token|3)
    289 51612 timezone_install_complete (token|3), (result|1)
    290 51620 timezone_request_uninstall (token|3)
    291 51621 timezone_uninstall_started (token|3)
    292 51622 timezone_uninstall_complete (token|3), (result|1)
    293 51630 timezone_request_nothing (token|3)
    294 51631 timezone_nothing_complete (token|3)
    295