diff options
| author | 2022-08-10 10:45:57 +0000 | |
|---|---|---|
| committer | 2022-08-10 10:45:57 +0000 | |
| commit | 557259a98a6c7fdd52dba58a331c46c330549af5 (patch) | |
| tree | 03c3c57f4793be3573050b59647a8cd08127f694 | |
| parent | 7d97b03d77ad3ede77813cec449f9f333da6ac18 (diff) | |
| parent | ef4b8a5246278c51a74a312586a4fd3b8c0a4b10 (diff) | |
Revert "Copy crash_dump from device to chroot." am: ef4b8a5246
Original change: https://android-review.googlesource.com/c/platform/art/+/2181275
Change-Id: Ib379e7dc409226b7d64a395c0bbea49d01e7cfc3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rwxr-xr-x | tools/buildbot-sync.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/buildbot-sync.sh b/tools/buildbot-sync.sh index f8af1a20ed..28dab0ce04 100755 --- a/tools/buildbot-sync.sh +++ b/tools/buildbot-sync.sh @@ -111,13 +111,6 @@ activate_apex com.android.tzdata activate_apex com.android.conscrypt activate_apex com.android.os.statsd -# Replace the crash dump binary with the one on the device. This is because -# the tombstoned server running is the one on the device. -msginfo "Copying crash_dump from device to chroot" -for b in {32,64}; do - adb shell "cp /apex/com.android.runtime/bin/crash_dump$b $ART_TEST_CHROOT/apex/com.android.runtime/bin" -done - # Generate primary boot images on device for testing. for b in {32,64}; do basename="generate-boot-image$b" |