-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Android helper scripts (#41)
Improve the Android helper scripts to perform more setup to support development. * Server script can now automatically setup adb reverse. * Server script now optionally captures metadata traces for Mali timeline layer. * Install script can now automatically capture logcat logs. * Install script can now automatically capture Perfetto traces for Mali timeline layer.
- Loading branch information
1 parent
3d4e02a
commit b0aa47d
Showing
7 changed files
with
280 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
buffers { | ||
size_kb: 65536 | ||
fill_policy: RING_BUFFER | ||
} | ||
|
||
data_sources: { | ||
config { | ||
name: "linux.process_stats" | ||
} | ||
} | ||
|
||
data_sources: { | ||
config { | ||
name: "gpu.renderstages" | ||
} | ||
producer_name_filter: "{{PACKAGE}}" | ||
} | ||
|
||
data_sources: { | ||
config { | ||
name: "android.surfaceflinger.frametimeline" | ||
} | ||
} | ||
|
||
duration_ms: 60000 | ||
write_into_file: true | ||
file_write_period_ms: 1000 | ||
max_file_size_bytes: 536870912 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.