- May 18, 2023
-
-
Pawan Wagh authored
IncidentReportArg doesn't handle cases when incorrect vector length is provided in parcel. Using resizeOutVector Parcel API instead. Test: atest incidentd_test Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer with clusterfuzz testcase Bug: 283079842 Change-Id: I1682c8920c64faf5b0f2f6cd54b8517ec0f5d877
-
- May 17, 2023
-
-
Treehugger Robot authored
-
- May 16, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Dmitrii Merkurev authored
-
Pawan Wagh authored
-
Lucas Dupin authored
-
Pawan Wagh authored
When random parcel is sent to incidentd, AIDL service crashes with null pointer dereference. Test: atest incidentd_test Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer Bug: 282963041 Change-Id: I0e0ebc479acbfd3f5e9f56b629380b5d90021f45
-
Yabin Cui authored
-
Andriy Kozachuk authored
-
Treehugger Robot authored
-
Mark Renouf authored
-
Dmitrii Merkurev authored
Cherry-picked from internal gerrit: ag/20460045 Bug: 240932137 Bug: 282160780 Change-Id: I1fe94b38d0e76980cc1f7c4c5445eed396045d6a Merged-In: I88166cba3858dffced32fb46d59880cd844af4a7 Signed-off-by:
Dmitrii Merkurev <dimorinny@google.com>
-
Marcel Pinto authored
-
Marcel Pinto authored
Change-Id: I7d44e7a4e6433e644316dda9de534a38dec1da58 Test: [built docs with go/abtd]
-
Andriy Kozachuk authored
"Recycle" Android Lint rule checks the code for unclosed Cursor objects, as well as other unclosed resources. Cursors which are not closed as soon as they are not used anymore may lead to Android performance issues: * if Cursor was created by querying ContentProvider, then it will hold an active binding to the process that hosts ContentProvider, which will prevent this process from being cached or unloaded * each Cursor can hold an up to 2 MB CursorWindow memory buffer Changing "Recycle" rule severity to "error" will block the code with unclosed Cursors from being submitted. Bug: 266775648 Test: m PackageInstaller Test: m lint-check Merged-In: Ice7f02158259e1c2f899d43e8de8dd318fec1016 Change-Id: Ic062d53c26cb67e2b6c7070c96ab51bd44c3d824
-
Treehugger Robot authored
-
Shen Lin authored
- thrid -> third - Reorganize command flags to match docs below. Test: Manual Bug: 282802119 Change-Id: I87b7f42312c35d2770775869cc0be4c83f09e719
-
Pawan Wagh authored
Adding AIDL service fuzzer using fuzzService for incident service Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer Bug: 232439428 Change-Id: I8d0738ac7f9cea99ce017e25cd68093bfe38e68c
-
- May 15, 2023
-
-
Lee Shombert authored
Bug: 281584180 Make Shai Barack (shaibay) and Lee Shombert (shombert) owners of the android.database.sqlite package. Add these owners as owners of the associated test directory and the jni files. Test: N/A Change-Id: I848cfe99fdc26b383b8afdae4e3ef3ad67e967d3
-
Jean-Michel Trivi authored
-
Joanne Chung authored
-
Howard Chen authored
This feature provides the application with the ability to lock the device into DSU mode, allowing only authorized users to exit. Bug: 275484855 Test: manual testing with a slot name ends with ".lock" Change-Id: Ie00fd897daf2dfb11c2c792887a0e95ee164cea3
-
Joanne Chung authored
Bug: 177641730 Test: n/a. Only update owner Change-Id: I8b58f7598686efb172196790ef4b0c94e4de557d
-
- May 12, 2023
-
-
Yabin Cui authored
Bug: 282060259 Test: run am broadcast -a com.android.server.profcollect.UPLOAD_PROFILES (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:28f42bba3230d71765278d76b2edda71486a5b75) Merged-In: I891d10d023766009903383abb6421f3947f5f612 Change-Id: I891d10d023766009903383abb6421f3947f5f612
-
Treehugger Robot authored
-
Motomu Utsumi authored
-
Andrew Scull authored
Use the more predictable behaviour of String#lines() to split the stdout string as an example of how it should be parsed. String#split() has slightly surprising behaviour if stdout is empty as it results in an array containing an empty string. Test: atest RemoteProvisioningShellCommandTest Bug: 281584054 Change-Id: I06796772cc58007fefb5d2089ae709965c6576b1
-
- May 11, 2023
-
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Dmitry Dementyev authored
Failure started after certifcicate expiration. Bug: 281583079 Change-Id: Ibec4be37d2431408e95cba9ed0853642f592a303 Test: atest com.android.server.locksettings.recoverablekeystore Merged-In: I9f07182ec92f023ee74d90e861452b6906e6a1b1
-
Treehugger Robot authored
-
Miguel Aranda authored
-
Chiachang Wang authored
-
chiachangwang authored
By default, PREFERRED_IKE_PROTOCOL_IPV4_UDP is used for safety. This is because some carriers' networks do not support IPv6 very well, and using IPv4 can help to prevent problems. Carrierconfig customization on the device should override the value if V6 are known to work well. Bug: 269714970 Test: atest FrameworksNetTests Change-Id: Ia0a6bd11d25fd67edb0a301e81626ec4f174155a
-
- May 10, 2023
-
-
Dmitry Dementyev authored
-
Dmitry Dementyev authored
Failure started after certifcicate expiration. Bug: 281583079 Change-Id: I80eeb7a1712ae7c9af462225bdd226a635e89bc7 Test: atest com.android.server.locksettings.recoverablekeystore Merged-In: I9f07182ec92f023ee74d90e861452b6906e6a1b1
-
Treehugger Robot authored
-
Jing Ji authored
-
Treehugger Robot authored
-