- May 29, 2020
-
-
art-benchmark-service authored
= Perf stats = (lower is better) Avg Startup time change: -1.75% Avg Memory at boot PSS change: -0.44% Code size: +3.36% Boot time: -0.33% =Generation Strategy= method_threshold: 0.1 image_class_threshold: 0.1 preloaded_classes_threshold: 0.3 upgrade_startup_methods_to_hot: true system_server_threshold: 0.0 priority_packages_thresholds { key: "android" value: 0.01 } priority_packages_thresholds { key: "com.android.systemui" value: 0.01 } priority_packages_thresholds { key: "com.google.android.GoogleCamera" value: 0.01 } priority_packages_thresholds { key: "com.google.android.webview" value: 0.01 } =Profile stats= Data info: - total aggregations: 7130 - number of (device types, builds): 205 File boot-image-profile.txt - hot methods: 1746 added, 2138 removed - methods: 1705 added, 2226 removed - classes: 2103 added, 240 removed - totals now: 39682 hot methods, 40091 methods, 13821 classes - totals before: 40074 hot methods, 40612 methods, 11958 classes per package info as csv (selected): package_name, hot_a, hot_r, cl_a, cl_r, hot_num, cl_num android, 1369, 1520, 569, 202, 26942, 8058 com.android, 243, 246, 995, 23, 4450, 3033 java, 94, 285, 107, 0, 6526, 1778 android.view, 191, 316, 19, 53, 4089, 813 android.hardware, 13, 44, 24, 2, 718, 694 android.bluetooth, 6, 22, 0, 1, 269, 168 android.animation, 0, 14, 0, 0, 458, 71 android.app, 103, 315, 12, 20, 3749, 920 android.content, 41, 120, 31, 46, 1996, 523 android.graphics, 33, 53, 0, 0, 2180, 302 android.icu, 8, 127, 0, 0, 2293, 609 android.media, 65, 66, 10, 8, 1040, 511 android.net, 25, 49, 29, 20, 1054, 357 android.widget, 89, 118, 1, 1, 2059, 344 File preloaded-classes - hot methods: 0 added, 0 removed - methods: 0 added, 0 removed - classes: 428 added, 246 removed - totals now: 0 hot methods, 0 methods, 12125 classes - totals before: 0 hot methods, 0 methods, 11943 classes per package info as csv (selected): package_name, hot_a, hot_r, cl_a, cl_r, hot_num, cl_num android, 0, 0, 341, 204, 0, 7817 com.android, 0, 0, 86, 23, 0, 2122 java, 0, 0, 1, 3, 0, 1668 android.view, 0, 0, 2, 53, 0, 796 android.hardware, 0, 0, 5, 2, 0, 675 android.bluetooth, 0, 0, 0, 1, 0, 168 android.app, 0, 0, 0, 20, 0, 907 android.content, 0, 0, 2, 46, 0, 493 android.icu, 0, 0, 0, 1, 0, 608 android.media, 0, 0, 1, 8, 0, 502 android.net, 0, 0, 0, 20, 0, 327 android.widget, 0, 0, 0, 1, 0, 342 File art-profile - hot methods: 1658 added, 5108 removed - methods: 2941 added, 9987 removed - classes: 450 added, 1451 removed - totals now: 24562 hot methods, 40313 methods, 5925 classes - totals before: 28012 hot methods, 47359 methods, 6926 classes per package info as csv (selected): package_name, hot_a, hot_r, cl_a, cl_r, hot_num, cl_num android, 34, 12, 15, 3, 546, 305 com.android, 1612, 5094, 434, 1448, 23915, 5572 android.hardware, 10, 0, 0, 0, 220, 133 android.net, 21, 11, 14, 3, 290, 147 InternalReferenceRawProfileId: 2161 InternalReferenceCandidateProfileId: 2193 Test: build & benchmark Bug: 148471769 Change-Id: Id1728cd51db8052e6f47cfe006a3ca4b62766f9e
-
Chavi Weingarten authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
* changes: Controls UI - Allow seeding for multiple apps Controls UI - Support seeding for up to 6 structures
-
TreeHugger Robot authored
Merge "Revert "Revert "Call noteOperation() in ShellDelegate so that noteOp() really passes.""" into rvc-dev
-
Ryan Mitchell authored
-
Evan Rosky authored
-
Jing Ji authored
-
TreeHugger Robot authored
-
Agatha Man authored
-
Alex Buynytskyy authored
Part 2: continuous health checking, blocked and unhealthy states. Bug: 153874006 Test: atest PackageManagerShellCommandTest PackageManagerShellCommandIncrementalTest IncrementalServiceTest Change-Id: Ifdbff7dfa24b3bd9b96c534a40bb1226082749ca
-
Sergey Volnov authored
receives. That is to give ability to the receiving end to close the stream and by that cancel the copy operation. Test: CTS in a parallel commit Bug: 157141129 Change-Id: I1da1a47d7f8a7a5208644cf6e1266a3a2a724c17
-
Benedict Wong authored
-
Hongwei Wang authored
-
Nate Jiang authored
-
Winson Chung authored
-
Mina Granic authored
-
Songchun Fan authored
-
Antoan Angelov authored
-
Cody Kesting authored
-
Evan Rosky authored
Otherwise there is a potential race with accessors of mInsetsState Bug: 157581406 Test: TaplTestsQuickstep.testAllAppsFromHome Change-Id: I15719dde23464e15edee6597e117a731419d9253
-
TreeHugger Robot authored
-
Stanislav Zholnin authored
This reverts commit 623bbef1. Reason for revert: The original change was correct. Bug: 153676562 Test: presubmit Change-Id: I4413dfab9704546e8a7a8c6b1955f23b8f73cc32
-
chaviw authored
Tasks had an overriden makeSurface that automatically made it a color layer and added metadata. If the Task SC is transferred, it won't get those values since we no longer are calling makeSurface. Instead have Task override setInitialSurfaceControlProperties so it can set the desired values on the builder. Test: Exit pip and see that new Task is color and has taskId Bug: 153579514 Change-Id: I78b887fb7bf4e273ed8e8283ae6287f8fcfb2596
-
Agatha Man authored
Volume state change event may come from removed user, in this case, mountedUserId will equal to UserHandle.USER_NULL (-10000) which will do nothing when call cancelAsUser(), but cauase crash when call notifyAsUser(). Here we return directly for USER_NULL, and leave all notifications belong to removed user to NotificationmanagerService, the latter will remove all notifications of the removed user when handles user stopped broadcast. Bug: 156667908 Test: manual - remove user while usb plugged in Change-Id: I23670e070a17b6da8bdd9eb336aa053e3b799b16
-
Chavi Weingarten authored
-
Chavi Weingarten authored
-
Evan Laird authored
-
Taran Singh authored
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Christine Tsai authored
-
TreeHugger Robot authored
-
arangelov authored
On orientation change, the paddings are not automatically updated. We re-set them manually, because requestLayout() or invalidate() did not solve this. Also properly updates the empty state icon visibility (as in some cases it was still showing in landscape on config change). Test: manual Test: atest ResolverActivityTest Test: atest ChooserActivityTest Fixes: 149817494 Change-Id: I2d6ff1078ee834fa50aa47ede7641f6359c267de
-
TreeHugger Robot authored
-
Fabian Kozynski authored
-
Santiago Seifert authored
-
Matt Pietal authored
Allow up to 2 applications to seed controls into the space. Save the seeding state of each component separately, to be able to reattempt to seed at a later time on failure. Fixes: 155083005 Test: atest ControlsControllerImplTest Change-Id: I28bed9bb0b221a3e5c9b293ed9d3f85e86404a38
-