FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
performance-samples/pull_benchmark_data.sh at main · android/performance-samples · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
android
/
performance-samples
Public
Notifications
You must be signed in to change notification settings
Fork
249
Star
1.4k
Code
Issues
7
Pull requests
14
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
performance-samples
/
pull_benchmark_data.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
6 lines (5 loc) · 276 Bytes
Breadcrumbs
performance-samples
/
pull_benchmark_data.sh
Copy path
File metadata and controls
executable file
·
6 lines (5 loc) · 276 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
#!
/bin/bash
#
The following command pulls all files ending in -benchmarkData.json from the directory
#
hierarchy starting at the root /storage/emulated/0/Android.
adb shell find /storage/emulated/0/Android/ -name
"
*-benchmarkData.json
"
\
|
tr -d
'
\r
'
|
xargs -n1 adb pull
Back
|
FazBrowse Home
|
New Git URL