Commit Graph

31637 Commits

Author SHA1 Message Date
Treehugger Robot
ca0ab0d4ed Merge "Add all possible flags to the front end." am: 2f5326c0d6 am: 0bfc59bfc4 am: ea8c89a7f0 am: 90d6eefbd8
Original change: https://android-review.googlesource.com/c/platform/development/+/1771648

Change-Id: Ieda1ac84a673229a258a2aa80828a4ceffc78b3a
2021-07-20 20:46:28 +00:00
Treehugger Robot
90d6eefbd8 Merge "Add all possible flags to the front end." am: 2f5326c0d6 am: 0bfc59bfc4 am: ea8c89a7f0
Original change: https://android-review.googlesource.com/c/platform/development/+/1771648

Change-Id: Iba9d4de7ba7466a4c830af075568cde9aa70bbd1
2021-07-20 20:31:12 +00:00
Treehugger Robot
ea8c89a7f0 Merge "Add all possible flags to the front end." am: 2f5326c0d6 am: 0bfc59bfc4
Original change: https://android-review.googlesource.com/c/platform/development/+/1771648

Change-Id: I563cf8d6fdbb5f19cc46547bb149271fa0bf562a
2021-07-20 20:07:28 +00:00
Treehugger Robot
0bfc59bfc4 Merge "Add all possible flags to the front end." am: 2f5326c0d6
Original change: https://android-review.googlesource.com/c/platform/development/+/1771648

Change-Id: Iddf63cf0216470053ed8ae03dab364379b4072b2
2021-07-20 19:48:25 +00:00
Treehugger Robot
2f5326c0d6 Merge "Add all possible flags to the front end." 2021-07-20 19:28:33 +00:00
Kelvin Zhang
c5781d850e Merge changes I1e45d3ef,I4117f5d9 am: c37be89c82 am: 48666960dd am: 13e7f84a1a am: 07f2f4b5d7
Original change: https://android-review.googlesource.com/c/platform/development/+/1772906

Change-Id: Idece32f2a0f37fdc4e5044797eaa4a561b1bd2bb
2021-07-20 18:52:24 +00:00
Logan Chien
b717d951d2 Merge "repo-review: Trim trailing slashes to avoid errors" am: 8ce5136cb5 am: 277c298174 am: 8416619ba9 am: eb9d88f5fa
Original change: https://android-review.googlesource.com/c/platform/development/+/1771795

Change-Id: I55262de521793e54b45186bb47fcd85c879e5c1a
2021-07-20 18:52:16 +00:00
Kelvin Zhang
07f2f4b5d7 Merge changes I1e45d3ef,I4117f5d9 am: c37be89c82 am: 48666960dd am: 13e7f84a1a
Original change: https://android-review.googlesource.com/c/platform/development/+/1772906

Change-Id: I19575fba56d4fb244e9646e46105a29242e59319
2021-07-20 18:36:07 +00:00
Logan Chien
eb9d88f5fa Merge "repo-review: Trim trailing slashes to avoid errors" am: 8ce5136cb5 am: 277c298174 am: 8416619ba9
Original change: https://android-review.googlesource.com/c/platform/development/+/1771795

Change-Id: I1b2b54c9ae00f453f278ca32359f8543bfa429b1
2021-07-20 18:35:29 +00:00
Kelvin Zhang
13e7f84a1a Merge changes I1e45d3ef,I4117f5d9 am: c37be89c82 am: 48666960dd
Original change: https://android-review.googlesource.com/c/platform/development/+/1772906

Change-Id: Ib892cf002e5a290f151b481b8f438efa4f8b9052
2021-07-20 18:17:59 +00:00
Logan Chien
8416619ba9 Merge "repo-review: Trim trailing slashes to avoid errors" am: 8ce5136cb5 am: 277c298174
Original change: https://android-review.googlesource.com/c/platform/development/+/1771795

Change-Id: I713ca4a1c8ce80b68a4701def3642afac75c5d50
2021-07-20 18:16:46 +00:00
Kelvin Zhang
48666960dd Merge changes I1e45d3ef,I4117f5d9 am: c37be89c82
Original change: https://android-review.googlesource.com/c/platform/development/+/1772906

Change-Id: Ie067ce8d4953d5e56eebedca290f2cafd1052a81
2021-07-20 17:57:43 +00:00
Logan Chien
277c298174 Merge "repo-review: Trim trailing slashes to avoid errors" am: 8ce5136cb5
Original change: https://android-review.googlesource.com/c/platform/development/+/1771795

Change-Id: I2e63ab9596a70f9247701a05f37d54fa9590df56
2021-07-20 17:57:01 +00:00
Kelvin Zhang
c37be89c82 Merge changes I1e45d3ef,I4117f5d9
* changes:
  Show the old and new partition infos in OTA analysis.
  Change the look of cross emoji.
2021-07-20 16:41:04 +00:00
Logan Chien
8ce5136cb5 Merge "repo-review: Trim trailing slashes to avoid errors" 2021-07-20 16:40:48 +00:00
lishutong
c0f6a27222 Show the old and new partition infos in OTA analysis.
Test: Mannual tested.
Change-Id: I1e45d3efaefc7368a72f1ed59d09fd48f01b4132
2021-07-20 16:33:49 +00:00
lishutong
85044ed571 Change the look of cross emoji.
Test: Mannual tested.
Change-Id: I4117f5d9986aece6da8c25757baed8f750cc438e
2021-07-20 15:46:13 +00:00
lishutong
fc0431fda1 Add all possible flags to the front end.
A complete set of flags for the CLI tool can be found in this script:
https://source.corp.google.com/android/build/make/tools/releasetools/ota_from_target_files.py

Now most of the flags are being added to the front end. However, there
are several TODOs:
1. flags that require extra arguements or file operations are not
supported yet.
2. the flags can depend or exclude on other flags. Dependency is
included in file 'JobSubmissions.js'-'OTAExtraFlags'. But the function
is not implemented yet.

Test: Mannual tested.
Change-Id: I3b6b76d48861cff81bfad86b549ff53f6536933b
2021-07-20 15:31:47 +00:00
TreeHugger Robot
fddfdf2a78 Merge "If only one trace is run, do not display navigation options for timeline." 2021-07-20 15:29:56 +00:00
TreeHugger Robot
283a321c3e Merge "Properties view expansion no longer tied to hierarchy view expansion." 2021-07-20 14:58:26 +00:00
TreeHugger Robot
8d1728a24d Merge "Add headers to Transactions and Log View tables." 2021-07-20 14:51:23 +00:00
Priyanka
1937a38275 If only one trace is run, do not display navigation options for
timeline.

Test: Run one trace. Check that there is no navigation drop down list to
the left of the timeline. Run multiple traces. Check that the navigation
drop down list now appears.

Bug: 162716882
Change-Id: Ic466dd6b5e9f5e08fad515d31122206b6bd9898f
2021-07-20 14:22:10 +00:00
Priyanka
81ed153564 Properties view expansion no longer tied to hierarchy view expansion.
If an element is selected in the hierarchy view, its properties are
displayed in the property view. If the element is subsequently collapsed
in the hierarchy, the properties remain expanded.

Test: Run a WM trace. Select an element in the hierarchy view. Check
its properties are visible. Collapse the element. The properties should
not collapse.

Bug: 187320866
Change-Id: I7b8fab7d5fa5e502ff1668381be42259a421431c
2021-07-20 14:15:20 +00:00
TreeHugger Robot
d9d4166e1a Merge "Fixed timeline for uploaded trace + dump files." 2021-07-20 11:49:24 +00:00
Priyanka
5062b341ae Fixed timeline for uploaded trace + dump files.
Now when uploading and opening trace and dump files at the same time, the timeline should be fully interactive in Global, Focused and Targeted modes. Timestamps should appear and change as you click along the timeline.

Test: Start a trace. Run a dump on another Winscope instance. End the first trace. Download the files from both instances, upload and open them on a separate instance. Check that the timestamp changes when selecting different parts of the timeline in different modes.
bottom of Winscope.

Bug: b/163105631
Change-Id: I979dfe5eea9937b64f17ab62b2c068fac507ec87
2021-07-20 10:30:28 +00:00
Treehugger Robot
df87d34410 Merge "Fix a bug in build library: the uploaded file cannot be shown in table." am: 9b339b3bc1 am: 7eb899863a am: 98a9756c95 am: f64f7c0173
Original change: https://android-review.googlesource.com/c/platform/development/+/1771647

Change-Id: Ic28d26b695df288831f6e2a6f197ff9519f67dcb
2021-07-19 23:15:55 +00:00
Treehugger Robot
f64f7c0173 Merge "Fix a bug in build library: the uploaded file cannot be shown in table." am: 9b339b3bc1 am: 7eb899863a am: 98a9756c95
Original change: https://android-review.googlesource.com/c/platform/development/+/1771647

Change-Id: Ib79af9f626f4223bb21bcb70924a4c7b6421e088
2021-07-19 23:01:15 +00:00
Treehugger Robot
98a9756c95 Merge "Fix a bug in build library: the uploaded file cannot be shown in table." am: 9b339b3bc1 am: 7eb899863a
Original change: https://android-review.googlesource.com/c/platform/development/+/1771647

Change-Id: Iccedafeeaa3efd0a6166f79919f84282b4420584
2021-07-19 22:43:10 +00:00
Treehugger Robot
a58abe8920 Merge "Move the '--partial' flag and output configuration to the backend." am: 52c76356a5 am: 8b0fdc9535 am: 295fe8afa2 am: 1f48aab063
Original change: https://android-review.googlesource.com/c/platform/development/+/1771645

Change-Id: I39b547d69d10b391202e59c1bff2c7f243d09b75
2021-07-19 22:33:29 +00:00
Treehugger Robot
7eb899863a Merge "Fix a bug in build library: the uploaded file cannot be shown in table." am: 9b339b3bc1
Original change: https://android-review.googlesource.com/c/platform/development/+/1771647

Change-Id: I79597a0f190243124a9ebd562639bb144f54e209
2021-07-19 22:26:25 +00:00
Treehugger Robot
1f48aab063 Merge "Move the '--partial' flag and output configuration to the backend." am: 52c76356a5 am: 8b0fdc9535 am: 295fe8afa2
Original change: https://android-review.googlesource.com/c/platform/development/+/1771645

Change-Id: Ibcd3622092529b658f83e07c2bdcb60502eb014f
2021-07-19 22:16:48 +00:00
Treehugger Robot
9b339b3bc1 Merge "Fix a bug in build library: the uploaded file cannot be shown in table." 2021-07-19 22:15:54 +00:00
Logan Chien
4ee322f25b repo-review: Trim trailing slashes to avoid errors
Bug: b/170858163
Change-Id: I3de16ad77f0436af97eae26816fc99493fba30c3
2021-07-19 14:59:29 -07:00
Treehugger Robot
295fe8afa2 Merge "Move the '--partial' flag and output configuration to the backend." am: 52c76356a5 am: 8b0fdc9535
Original change: https://android-review.googlesource.com/c/platform/development/+/1771645

Change-Id: Ic2250c00e2de9a7fdaaef9c361b81a0495ab91d7
2021-07-19 21:59:23 +00:00
Treehugger Robot
71d68f4172 Merge "Let cargo2android.py generate data properties for tests." am: d832c85b2e am: fd8d202caa am: 5fffe99068 am: 96c3826a4f
Original change: https://android-review.googlesource.com/c/platform/development/+/1771789

Change-Id: I6ef9eb4d840fcd0287ad136322059385767845b9
2021-07-19 21:49:38 +00:00
Treehugger Robot
8b0fdc9535 Merge "Move the '--partial' flag and output configuration to the backend." am: 52c76356a5
Original change: https://android-review.googlesource.com/c/platform/development/+/1771645

Change-Id: If1334d52db4dcb0aaee24567af348a098fe086a3
2021-07-19 21:46:28 +00:00
Treehugger Robot
96c3826a4f Merge "Let cargo2android.py generate data properties for tests." am: d832c85b2e am: fd8d202caa am: 5fffe99068
Original change: https://android-review.googlesource.com/c/platform/development/+/1771789

Change-Id: I1ad52574d31c350279bb01bd44297d449dfa95ef
2021-07-19 21:39:52 +00:00
Treehugger Robot
52c76356a5 Merge "Move the '--partial' flag and output configuration to the backend." 2021-07-19 21:27:55 +00:00
Treehugger Robot
5fffe99068 Merge "Let cargo2android.py generate data properties for tests." am: d832c85b2e am: fd8d202caa
Original change: https://android-review.googlesource.com/c/platform/development/+/1771789

Change-Id: I9bbc027d3b84addb5b368395fda530932c74c596
2021-07-19 21:22:31 +00:00
Treehugger Robot
fd8d202caa Merge "Let cargo2android.py generate data properties for tests." am: d832c85b2e
Original change: https://android-review.googlesource.com/c/platform/development/+/1771789

Change-Id: If002743ffbde27ca5938de61050a64224bb9475a
2021-07-19 21:05:54 +00:00
Treehugger Robot
d832c85b2e Merge "Let cargo2android.py generate data properties for tests." 2021-07-19 20:53:36 +00:00
lishutong
b9d9f55657 Fix a bug in build library: the uploaded file cannot be shown in table.
Previously, the newly uploaded file cannot be shown immediately in the
datatable, unless refresh the page. Now the bug is fixed.

Similar bug is also fixed in OTAJobTable.vue.

Test: mannual tested.
Change-Id: Ia0531db884a7e1675b2cf51aeb8ca0847694c63c
2021-07-19 20:45:46 +00:00
Treehugger Robot
f977ef3864 Merge "Add VAB, VABC state checker to OTA_analyzer." am: 8cfacd4509 am: 00a74639a1 am: 9dd7474b0f am: 95c881191b
Original change: https://android-review.googlesource.com/c/platform/development/+/1771646

Change-Id: Ib50491323152bf961b8c09d883709f26be1cb7d0
2021-07-19 20:20:11 +00:00
Treehugger Robot
95c881191b Merge "Add VAB, VABC state checker to OTA_analyzer." am: 8cfacd4509 am: 00a74639a1 am: 9dd7474b0f
Original change: https://android-review.googlesource.com/c/platform/development/+/1771646

Change-Id: I9adbafdc8c633d48bd2d2e802cbadb8f000f9e4d
2021-07-19 20:05:24 +00:00
Treehugger Robot
9dd7474b0f Merge "Add VAB, VABC state checker to OTA_analyzer." am: 8cfacd4509 am: 00a74639a1
Original change: https://android-review.googlesource.com/c/platform/development/+/1771646

Change-Id: Ibc3c22bcd108c3c8e369df2eace8f231c28cc2e1
2021-07-19 19:52:07 +00:00
Treehugger Robot
00a74639a1 Merge "Add VAB, VABC state checker to OTA_analyzer." am: 8cfacd4509
Original change: https://android-review.googlesource.com/c/platform/development/+/1771646

Change-Id: I7cf47869327e2c37f3e7511a74d3bf465113228f
2021-07-19 19:38:03 +00:00
Treehugger Robot
bf93c5f49f Merge "Refactor the OTA configuration page using several components." am: c532190082 am: 5798a15596 am: b7d6e8d966 am: b03c9d25b6
Original change: https://android-review.googlesource.com/c/platform/development/+/1770745

Change-Id: Ifa8f85fd523837c24ddcb3f7cb258f3648d2ee9a
2021-07-19 19:37:34 +00:00
Treehugger Robot
b03c9d25b6 Merge "Refactor the OTA configuration page using several components." am: c532190082 am: 5798a15596 am: b7d6e8d966
Original change: https://android-review.googlesource.com/c/platform/development/+/1770745

Change-Id: I9b07e22aaf1e2c8f340f870fed0e37ae8bcf6800
2021-07-19 19:26:06 +00:00
Treehugger Robot
8cfacd4509 Merge "Add VAB, VABC state checker to OTA_analyzer." 2021-07-19 19:22:31 +00:00
Joel Galenson
e4f5388cf3 Let cargo2android.py generate data properties for tests.
Some tests load data from files.  These files thus need to be copied
to the correct location on the host/device so that the tests can
access them.  This adds an option to cargo2android.py so that it can
generate these data properties.

Bug: 171710847
Test: Use for a crate.
Change-Id: I14a1ad8aca4625cc5f09807d19ffd7499fcf3689
2021-07-19 12:18:21 -07:00