dumpstate: Add logbuffer support for pcie
Add logbuffer support to pcie driver to reduce dmesg spam. Bug: 228870318 Change-Id: I20f3d88c79d92a2b0d64606b430c064dc2ab5e6c Signed-off-by: Sajid Dalvi <sdalvi@google.com>
This commit is contained in:
parent
4436f9d6c5
commit
e79e3b167a
6 changed files with 26 additions and 0 deletions
10
pcie/Android.bp
Normal file
10
pcie/Android.bp
Normal file
|
@ -0,0 +1,10 @@
|
|||
package {
|
||||
default_applicable_licenses: ["Android-Apache-2.0"],
|
||||
}
|
||||
|
||||
sh_binary {
|
||||
name: "dump_pcie.sh",
|
||||
src: "dump_pcie.sh",
|
||||
vendor: true,
|
||||
sub_dir: "dump",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue