Commit graph

5656 commits

Author SHA1 Message Date
Adam Shih
61f75374b8 review vendor_telephony_silentlogging_app
Bug: 254378739
Test: build pass
Change-Id: If8234278e2198fe42ae9a986631df8a04ce119f5
2022-11-07 10:02:18 +08:00
Peter Collingbourne
5e5f5ffd2c Improvements for BOARD_WITHOUT_RADIO.
As far as I can tell, GPS is part of the radio board on Zuma, so disabling
the radio should disable GPS as well.

The PixelLogger app has a hard dependency on the shannondm logger,
so don't install it if the radio is disabled.

This will help avoid service restarts so that we will be able
to do more accurate perf measurements.

Bug: 237601345
Change-Id: I60639d8e8fb61343ba19c2d9bea40cbeb8c6e0fd
2022-11-04 19:06:57 -07:00
Robin Peng
80841d9eb7 zuma: remove prebuilt boot-user.img usage
When $(TARGET_KERNEL_DIR) contains:
* boot.img

then use those as prebuilt boot images for the target build.

Bug: 242812258
Change-Id: I7e10698c179d061d16e8f5e4b391c4c82279005f
2022-11-04 06:49:46 +00:00
Yen-Chao Chen
3586b36d91 Merge "init: change touch file owner" 2022-11-04 06:13:55 +00:00
Adam Shih
33be9e501d review vendor_telephony_debug_app
Bug: 254378739
Test: build pass
Change-Id: I2b692fe3bfb6827ca65b79a6d5e0203df5e73af5
2022-11-04 12:36:51 +08:00
Adam Shih
e08ac87755 review vendor_silentlogging_remote_app
Bug: 254378739
Test: build pass
Change-Id: Ia56316249a7a00cff93447475b5ed5d88e4d9c11
2022-11-04 12:35:31 +08:00
Jenny Ho
fe75eb7e14 Merge "dumpstate: dump battery eeprom into bugreport" 2022-11-04 03:30:15 +00:00
Adam Shih
534a8634f7 review IMS apps
Bug: 254378739
Test:
Use command to check if the app is around:
$ adb shell ps -Z| grep shannon
u:r:vendor_qualifiednetworks_app:s0:c225,c256,c512,c768 u0_a225 2250 822 14569200 102584 do_epoll_wait 0 S com.shannon.qualifiednetworksservice
u:r:vendor_rcs_app:s0:c212,c256,c512,c768 u0_a212 2495 822 14627492 110156 do_epoll_wait   0 S com.shannon.rcsservice
u:r:vendor_ims_app:s0:c224,c256,c512,c768 u0_a224 2499 822 14886680 112228 do_epoll_wait   0 S com.shannon.imsservice

Change-Id: Ic68c05d3b4d60d921a85eb2de065f8e0d7c57f43
2022-11-04 09:53:30 +08:00
Adam Shih
faf456f4ab review vendor_qualifiednetworks_app
Bug: 254378739
Test:

$ adb shell ps -Z| grep shannon
u:r:vendor_qualifiednetworks_app:s0:c225,c256,c512,c768 u0_a225 2250 822 14569200 102584 do_epoll_wait 0 S com.shannon.qualifiednetworksservice

Change-Id: I83a20d9c461a071c0d46750b32fb787806c005f1
2022-11-04 09:46:59 +08:00
Adam Shih
f6a685f60a Merge changes I937d70c7,Ia3315daa
* changes:
  remove missing app
  review vendor_ims_app
2022-11-03 09:25:31 +00:00
Darren Hsu
e15f63968a powerstats: add AUR DVFS state residency stats
Bug: 244519060
Bug: 256016398
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I9c1e7af0028f28d34e6f2194304f0433f97bb513
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-11-03 15:32:10 +08:00
Chris Lee
d4f0512aaf Merge "Drop the ACCESS_FINE_LOCATION for Restore" 2022-11-03 05:29:51 +00:00
Adam Shih
b5c15037e0 remove missing app
Bug: 254378739
Test: no such app after boot
adb shell ps -Z

Change-Id: I937d70c749bbbb118f233a56eed136c535b18e96
2022-11-03 13:16:23 +08:00
Adam Shih
6d17ee11a8 review vendor_ims_app
Bug: 254378739
Test: boot with ims app labeled
adb shell ps -Z

Change-Id: Ia3315daa3c49e73e05039d97386a981aa5d6859d
2022-11-03 13:14:27 +08:00
TreeHugger Robot
29bad315dc Merge "dumpstate: correct the touch dumpstate path" 2022-11-03 03:16:18 +00:00
David Kimmel
acc32747f7 Merge "init: Soft max dev freq persistent properties" 2022-11-02 18:50:02 +00:00
Jenny Ho
8ce88826e6 dumpstate: dump battery eeprom into bugreport
Add coresponse path and permission

Bug: 255894697
Change-Id: I597291bba2d17af99825dbe80a8f1436dc73e58f
Signed-off-by: Jenny Ho <hsiufangho@google.com>
2022-11-02 17:33:13 +08:00
TreeHugger Robot
c293c73188 Merge "align user experience on Android bug tool" 2022-11-02 06:56:17 +00:00
TreeHugger Robot
64f1de6865 Merge changes I41afe01a,Id8307407
* changes:
  powerstats: expose common data provider methods
  powerstats: update core stats state residency
2022-11-02 06:42:59 +00:00
TreeHugger Robot
eba6abf418 Merge "powerstats: update TPU DVFS state residency" 2022-11-02 06:42:20 +00:00
TreeHugger Robot
d97eaa5f53 Merge "powerstats: update power domain state residency" 2022-11-02 06:40:58 +00:00
davidycchen
2a95f0dc94 init: change touch file owner
Bug: 243077990
Test: build pass

Signed-off-by: davidycchen <davidycchen@google.com>
Change-Id: Ic68c6041748287e7065ca2df376db9d381eb8dd8
2022-11-02 14:24:32 +08:00
Adam Shih
082bb51497 align user experience on Android bug tool
Bug: 255250616
Test:
adb shell dumpsys android.hardware.dumpstate.IDumpstateDevice/default wlan

Change-Id: Ibefd8f9fff91cf6ece1f09dd6b207b6f9c97df4d
2022-11-02 13:26:32 +08:00
Adam Shih
8221a79c0b review grilservice_app
Bug: 254378739
Test:
$ adb shell ps -Z| grep gril
u:r:grilservice_app:s0:c202,c256,c512,c768 u0_a202 1995 829 14518964 91276 0               0 S com.google.android.grilservice

Change-Id: Ie1d22e30cb548b0d82275d9e76fc4810b9fbe289
2022-11-02 11:01:52 +08:00
Adam Shih
5e2579cc53 review oemrilservice_app
Bug: 254378739
Test: boot with the app labeled correctly
adb shell ps -Z| grep oem
u:r:oemrilservice_app:s0:c231,c256,c512,c768 u0_a231 2105 829 14654604 92840 0             0 S com.samsung.slsi.telephony.oemril

Change-Id: I22b839a9547646e811925abfc5ed3b122928123c
2022-11-02 10:57:00 +08:00
Adam Shih
62b41afb1e review rild
Bug: 254378739
Test: boot with rild launched
Change-Id: I90a800bb6b15732cc2fcfdafc5174f8c874b55ef
2022-11-02 10:53:58 +08:00
Adam Shih
d8382a8ac6 Merge "move gps init.rc settings to gs-common" 2022-11-02 02:34:53 +00:00
Darren Hsu
5a69d9ee33 powerstats: expose common data provider methods
Bug: 256942114
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I41afe01aea5d2e816218540a1a14e2e2519b65f7
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-11-02 10:25:04 +08:00
davidycchen
0c70bcb8b0 dumpstate: correct the touch dumpstate path
Bug: 243077990
Bug: 256913819
Test: trigger bugreport.

Signed-off-by: davidycchen <davidycchen@google.com>
Change-Id: I0019587c0fcf5f6446405ea5e9e2a447790ee647
2022-11-02 09:42:23 +08:00
Darren Hsu
226ee13075 powerstats: update core stats state residency
Bug: 244519855
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Id83074079bade4f6a3aace25b513ccc99a255fb1
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-11-02 09:18:20 +08:00
Gabriel Biren
7b9dd04005 Merge "Update zuma sepolicy to allow the wifi_ext AIDL service." 2022-11-01 23:19:52 +00:00
Darren Hsu
cf9769e614 powerstats: update TPU DVFS state residency
Bug: 244518971
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: Iac01cd2891fa94aaa1e86a0d924d164bf0c55cdc
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-11-01 20:50:50 +08:00
Darren Hsu
c6d6807f9d powerstats: update power domain state residency
Bug: 244541973
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I6b4a6f8d1f3bc56dcbabe661a18f4f866a5af904
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-11-01 19:32:05 +08:00
Adam Shih
b571e6349c remove duplicated gps setting
Bug: 254758553
Test: build pass
Change-Id: I21c08f138f066f4c3baa7fa0c37ed821e3d03363
2022-11-01 10:54:35 +08:00
Wen Chang Liu
c4a7543d1f Merge "BoardConfig.mk: add BOARD_SUPPORT_MFC_ENC_BT2020" 2022-11-01 02:37:55 +00:00
George Lee
9e250fe85e Merge "bcl: Add Mitigation Logger - Del zuma-sepolicy" 2022-10-31 14:17:57 +00:00
George Lee
47eb8f3751 Merge "bcl: Add Mitigation Logger - Makefile" 2022-10-31 14:17:57 +00:00
TreeHugger Robot
6e52afaf3e Merge "powerstats: use fvp_stats to collect CPU/MIF state residencies" 2022-10-31 11:28:03 +00:00
Taehwan Kim
fc35c67bc4 BoardConfig.mk: add BOARD_SUPPORT_MFC_ENC_BT2020
Bug: 239912381
Test: atest android.mediav2.cts.EncoderColorAspectsTest
Change-Id: I68be5ef52d60d65886cf9e1dae5069e7daa60775
Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
2022-10-31 05:02:33 +00:00
Adam Shih
c9f5913ea1 move gps init.rc settings to gs-common
Bug: 254758553
Test: boot and open google map getting my location
Change-Id: I34ef708fc29f617ce9320b790687ac126cf397c6
2022-10-31 10:51:07 +08:00
Jack Wu
e9c71901e4 Revert "init: support boot.charger_mode feature"
This reverts commit 42c035d7fa.

Reason for revert: no longer needed.

Bug: 251680171
Test: manually
Change-Id: I8662fe20361690704820838f983168633d2cae08
2022-10-29 02:50:13 +00:00
David Kimmel
d3d0fb6553 init: Soft max dev freq persistent properties
Bug: 254727262
Test: adb shell setprop persist.vendor.softmaxfreq.mif 3172000

Change-Id: Ic9b00f112dbe9d09b4171d23f634f0e0f7dfbacd
Signed-off-by: David Kimmel <davidkimmel@google.com>
2022-10-28 21:58:41 +00:00
Gabriel Biren
7cc666c771 Update Zuma compatibility matrix to use the
AIDL wifi_ext service.

Bug: 205044134
Test: Presubmit tests
Change-Id: Ide057bb667d55d96990aca1cada2c76d630fcf89
2022-10-28 19:00:43 +00:00
Darren Hsu
34d8dea1ae powerstats: use fvp_stats to collect CPU/MIF state residencies
Bug: 244516713
Bug: 244516289
Test: dumpsys android.hardware.power.stats.IPowerStats/default
Change-Id: I4454208cc4ef2a47981f78ba857e331d4f56b39e
Signed-off-by: Darren Hsu <darrenhsu@google.com>
2022-10-28 18:18:06 +08:00
TreeHugger Robot
bb41a6b07f Merge "move brcm gps solution to gs-common" 2022-10-28 08:45:08 +00:00
Kris Chen
7aa52a5781 udfps: set permissions for osc cal
Bug: 251239489
Test: adb shell udfps_test osc_output
Change-Id: I2292307e0089f43ab6f291b0956e82dc2758d741
2022-10-28 06:07:05 +00:00
Adam Shih
81a354fc88 move brcm gps solution to gs-common
Bug: 254758553
Test: google map can locate on pixel
Change-Id: I0ffbf5da277d71e04cd3aec1e8ef366b00309a83
2022-10-28 14:00:27 +08:00
George Lee
5a11307aac bcl: Add Mitigation Logger - Del zuma-sepolicy
Mitigation Logger logs battery related information for 1 second when it
is triggered by under voltage or over current interrupts.  Information
collected is to help debug system brownout.

Bug: 228383769
Test: Boot and Test
Change-Id: I83f1d8da286b53c0ae072db7ad1ce62900e5837d
Signed-off-by: George Lee <geolee@google.com>
2022-10-28 05:26:16 +00:00
Adam Shih
53ee1c09b9 review cbd
Bug: 254378739
Test: boot with cbd launched
Change-Id: I9c89c0fc3b40957bc60dd7854788d49e498fc0cd
2022-10-28 11:59:23 +08:00
Adam Shih
2f2b04a36e review modem_svc_sit
Bug: 254378739
Test: boot with modem_svc_sit running
Change-Id: Iee1a831f12ca5c2df54181f0807f1d284072cf7f
2022-10-28 11:12:56 +08:00