Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 141b5375057049a8f6357509735f0793bba1867f
Author: Rahul Ravikumar <rahulrav@google.com>
Date: Tue Apr 05 15:57:46 2022
Baseline profile results always link to a unique name.
* Studio caches references to non-unique names, so this is necessary
to see the latest version of a profile.
* For scripts that use `adb pull`, we use the stable file name.
Fixes: b/228203086
Test: Existing unit tests pass
Change-Id: Ifcfc3c2852ce4fe1a3de688ae6e6c8802e6a39ec
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
https://android-review.googlesource.com/2057008
Branch: androidx-main
commit 141b5375057049a8f6357509735f0793bba1867f
Author: Rahul Ravikumar <rahulrav@google.com>
Date: Tue Apr 05 15:57:46 2022
Baseline profile results always link to a unique name.
* Studio caches references to non-unique names, so this is necessary
to see the latest version of a profile.
* For scripts that use `adb pull`, we use the stable file name.
Fixes:
Test: Existing unit tests pass
Change-Id: Ifcfc3c2852ce4fe1a3de688ae6e6c8802e6a39ec
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
Description
Version used: SNAPSHOT build 8394010 (Friday)
Baseline profile results link directs to non-unique file, which causes AS to cache it.
It links to
*-baseline-prof.txt
and not to*-baseline-prof-2022-04-05-18-31-29.txt
as in the adb pull command.