Android 15.0.0 release 1
* tag 'android-15.0.0_r1' of https://android.googlesource.com/device/google/redfin:
Update stale OWNERS.
Remove mandyshen@google.com from OWNERS
Set "enable_nr_dual_connectivity_qcril" to control module build
Move license metadata declarations to meta-lic.mk and remove the Android.mk file.
Convert Android.mk to Android.bp under redfin/dumpstate
Change-Id: I1700fa7eb746d0b3c22424642dda916dda0db8ff
Since we already disable this mechanism in B5/R3.
So we remove it.
Bug: 179620905
Test: Build pass. Basic function work.
Test with generate bugreport success.
Change-Id: I59e0aaa3fcff5e32b2e9fb626bcd899148102a2b
Let's remove segment_info which seems not useful.
Bug: 184964835
Signed-off-by: Jaegeuk Kim <jaegeuk@google.com>
Change-Id: Ib9826f536681d9f36f9d55dab3801a05c47f27a4
Added SPDX-license-identifier-Apache-2.0 to:
dumpstate/Android.mk
self-extractors/qcom/staging/Android.mk
Bug: 68860345
Bug: 151177513
Bug: 151953481
Test: m all
Exempt-From-Owner-Approval: janitorial work
Change-Id: Ic5c7d12b921e0fa7e2fb95dfb74deda88ee2a189
Bug: 169662280
The timing of dumpstate to enable diag_mdlog is too marginal to
diag_mdlog process exiting. The starting of diag_mdlog would fail if
diag_mdlog process still exists. Change is to leave some time for
diag_mdlog process to exit before it is enabled again by modifying the
system property vendor.sys.modem.diag.mdlog to true.
Change-Id: I825cd77e3f6e8fe6ce395cbe2c21974f1cb29d02
Originally dumpstate copies files by calling /vendor/bin/cp with execvp.
We are seeing some stuck issues while copying files and taring files.
Change is to copy and tar files in place instead of calling system shell.
Bug: 169465773
Change-Id: I9878bde8e540d41c1b498c841079af38f4ec502c
Dump fastrpc dma buffer size so we could understand
the memory usage of fastrpc.
Bug: 168084904
Test: boot
Signed-off-by: Martin Liu <liumartin@google.com>
Merged-In: I24251ec2d50fedec40939df480a6473a8a7ef187
Change-Id: I24251ec2d50fedec40939df480a6473a8a7ef187
Bug: 169197851
Test: adb bugreport to check touch data
Signed-off-by: Super Liu <supercjliu@google.com>
Change-Id: I4835058cdad7c90a154d97dde55c4f7e9c2f0d57
Dump fastrpc dma buffer size so we could understand
the memory usage of fastrpc.
Bug: 168084904
Test: boot
Signed-off-by: Martin Liu <liumartin@google.com>
Change-Id: I24251ec2d50fedec40939df480a6473a8a7ef187
We have only 30sec budget to finish dunmpstate HAL so rollback to
30sec and then find a way to improve it whatever.
Bug: 168344541
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: I7b9fb03ca4c0cc7500285ad751fd31ed8d67a696
If kernel supports page_owner, dump it at bugreport so that it could
help memory leak problem.
Page Owner dump would take long time if memory size would be bigger.
To be sure, let's increase the timeout to 60sec.
Bug: 168344541
Signed-off-by: Minchan Kim <minchan@google.com>
Change-Id: Ia137ade462afc545fd61a0a58b75332105b6e4a5
In order to clarify and improve video jank problem, we plan to add
some CamNode log into bugreport
Bug: 158243741
Change-Id: Idb1cf97c321027cdc7651700d32fe0cb92ab016b
convert traffic stats log(extended_log_datastall_pkt.txt) to pcap
when dump bugreport.
Bug: 154492175
Test: 1. I do see extended_log_datastall.pcap file
in dumstate_board.bin when I trigger bugreport.
(data/vendor/radio/extended_logs/extended_log_datastall.txt)
2. I have do the test about incomplete/truncated logs, pcap just
can parse to wrong information but not impact the dumpstate
process.
Change-Id: Iea892bc66bbce8d7f219ca1cde3701cebb35ff80
add panel information to dumpstate_board.txt
Bug: 152169557
Test: adb bugreport and verify logs in dumpstate_board.txt
Change-Id: Ie86b738b2b2a2c214de2e74d2b46a0f96e703cd0
The DumpUFS function cannot work with the real sepolicy rules. So
refactor the function to fix the problem.
Bug: 149468879
Test: run bugreport
Change-Id: I9b260d18f4cc768cba98b64d76a149241e17c22b
Signed-off-by: Leo Liou <leoliou@google.com>
The PROTO mode was added after initial HAL upgrade and is causing VTS
failures due to the way the DumpstateMode param is being validated.
Bug: 150873571
Test: make (no device run VTS, older devices pass with identical change)
Change-Id: I5a26d9e12fb60ddd5526275cb0d176ff9acef6e4
(cherry picked from commit 1d4fd8a0b221ef14cbe56a67dbe7b303bf065cd0)