Dump bts information
Get BTS information when capturing bugreport. Bug: 335422086 Test: capture bugreport Change-Id: I5ae9be35a3fc3c975ccc843e9daee6d4e0ac130a
This commit is contained in:
parent
2522590c40
commit
15538c9845
5 changed files with 10 additions and 1 deletions
|
@ -18,5 +18,8 @@
|
|||
|
||||
int main() {
|
||||
dumpFileContent("VENDOR PROC DUMP", "/proc/vendor_sched/dump_task");
|
||||
dumpFileContent("BTS scenario", "/sys/kernel/debug/bts/scenario");
|
||||
dumpFileContent("BTS vc", "/sys/kernel/debug/bts/vc");
|
||||
dumpFileContent("BTS status", "/sys/kernel/debug/bts/status");
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue