diff options
author | Fyodor Kupolov <fkupolov@google.com> | 2017-08-10 17:00:43 -0700 |
---|---|---|
committer | Fyodor Kupolov <fkupolov@google.com> | 2017-08-14 11:23:29 -0700 |
commit | 6e3461b67cae27a42a4d77fa277ba2d844ea0cde (patch) | |
tree | a3adf041c8c171ba753829a53e92bde4dfe55e5a /services/art-profile | |
parent | a2991d045d549fb7570619ae658a23f10bee172e (diff) |
Log timings for shutdown stages
Renamed BootTimingsTraceLog to TimingsTraceLog. It is now used for
boot and shutdown logging.
Added measurements for main stages of shutdown in the system server:
ShutdownTiming: SendShutdownBroadcast took to complete: 734ms
ShutdownTiming: ShutdownActivityManager took to complete: 203ms
ShutdownTiming: ShutdownPackageManager took to complete: 17ms
ShutdownTiming: ShutdownBt took to complete: 533ms
ShutdownTiming: ShutdownRadio took to complete: 534ms
ShutdownTiming: ShutdownNfc took to complete: 1536ms
ShutdownTiming: ShutdownRadios took to complete: 1538ms
ShutdownTiming: ShutdownStorageManager took to complete: 906ms
ShutdownTiming: SystemServerShutdown took to complete: 3918ms
Bug: 64569080
Test: shutdown/reboot and check logs
Change-Id: I636c045852cd1ed6be1c58af6608f70e95756389
Diffstat (limited to 'services/art-profile')
-rw-r--r-- | services/art-profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/art-profile b/services/art-profile index 140465a1c35e..28762a8932db 100644 --- a/services/art-profile +++ b/services/art-profile @@ -5445,7 +5445,7 @@ PLcom/android/server/am/ActivityManagerService;->stopAppSwitches()V PLcom/android/server/am/ActivityManagerService;->stopAssociationLocked(ILjava/lang/String;ILandroid/content/ComponentName;)V PLcom/android/server/am/ActivityManagerService;->stopService(Landroid/app/IApplicationThread;Landroid/content/Intent;Ljava/lang/String;I)I PLcom/android/server/am/ActivityManagerService;->stopServiceToken(Landroid/content/ComponentName;Landroid/os/IBinder;I)Z -PLcom/android/server/am/ActivityManagerService;->systemReady(Ljava/lang/Runnable;Landroid/util/BootTimingsTraceLog;)V +PLcom/android/server/am/ActivityManagerService;->systemReady(Ljava/lang/Runnable;Landroid/util/TimingsTraceLog;)V PLcom/android/server/am/ActivityManagerService;->trimApplications()V PLcom/android/server/am/ActivityManagerService;->uidOnBackgroundWhitelist(I)Z PLcom/android/server/am/ActivityManagerService;->unbindFinished(Landroid/os/IBinder;Landroid/content/Intent;Z)V |