- Sep 08, 2023
-
-
Vania Januar authored
-
Thiébaud Weksteen authored
* changes: Support multiple modules for lint_fix Add utility lint for metrics on @EnforcePermission Move AidlImplementationDetector from global to common
-
Ryan Prichard authored
-
- Sep 07, 2023
-
-
Ryan Prichard authored
-
Josep del Río authored
-
Eric Biggers authored
-
Treehugger Robot authored
* changes: Add a java host flag library for testing Add API flag fsverity_api
-
Josep del Rio authored
This CL adds support for 2 new features flag meant for keyboard features: layout preview and accessibility. Bug: 294546335 Bug: 293579375 Test: `atest FrameworksCoreTests:InputFlagsTest` Change-Id: Id716a4d8e9d0d081f093fde67883fc4a4b266aa3
-
Vania Januar authored
Bug: N/A Change-Id: Ifea6c3681f6499a4e3188a51fe2512e0bf260345 Test: N/A
-
Victor Hsieh authored
-
Chiachang Wang authored
-
Thiébaud Weksteen authored
Test: lint_fix --print --no-fix --check AnnotatedAidlCounter --lint-module AndroidUtilsLintChecker services.autofill services.usage Change-Id: I08f5aa3e74db8ff24544bbdd3edb0635a0d2fb52
-
Thiébaud Weksteen authored
Bug: 298285238 Test: lint_fix --print --no-fix --check AnnotatedAidlCounter --lint-module AndroidUtilsLintChecker services.autofill Test: atest --host AndroidUtilsLintCheckerTest Change-Id: I7876e44cabc006de9b996f84477e15071cb95203
-
Ryan Prichard authored
After upgrading libc++, Clang fails to compile DumpManifest.cpp. prebuilts/clang/host/linux-x86/clang-r498229/include/c++/v1/__memory/unique_ptr.h:63:19: error: invalid application of 'sizeof' to an incomplete type 'aapt::CommonFeatureGroup' static_assert(sizeof(_Tp) >= 0, "cannot delete an incomplete type"); ^~~~~~~~~~~ Fix the problem by deferring the instantiation of ~unique_ptr, by making the ManifestExtractor constructor out-of-line and moving it and the initialization of commonFeatureGroup_ to a point after CommonFeatureGroup has been defined. Bug: b/175635923 Test: treehugger Change-Id: I9ab51f29724fded24773344aa36763ffeea02d00 Merged-In: I9ab51f29724fded24773344aa36763ffeea02d00
-
Thiébaud Weksteen authored
Bug: 298285238 Test: m AndroidGlobalLintChecker Change-Id: I4e90a0452caaf69ec5da680b7955b16eb1387871
-
Ryan Prichard authored
Bug: b/175635923 Test: treehugger Change-Id: I241c8b2b48bb4c616fbc5b4ae1285e274182144b Merged-In: I241c8b2b48bb4c616fbc5b4ae1285e274182144b
-
- Sep 06, 2023
-
-
Mark Hansen authored
Merge "Revert "Move @ViewDebug.ExportedProperty annotations from private fields to public methods"" into main
-
Ted Bauer authored
-
Tomasz Wasilczyk authored
-
Ted Bauer authored
Onboarding new clients to the flagging infrastructure will require updating this file frequently. Test: updating OWNERS file Bug: 298653405 Change-Id: I3c752a1b7785f1443572516119cf8090f30e3946
-
Tomasz Wasilczyk authored
-
Ibrahim Yilmaz authored
This reverts commit 7f2a6227. Reason for revert: Verifying if it is culprit for 299257121 Change-Id: I854221ccc99ecb43628b03f06d6365937c703c83
-
Mark Hansen authored
-
Mark Hansen authored
Merge "Move @ViewDebug.ExportedProperty annotations from private fields to public methods" into main
-
- Sep 05, 2023
-
-
Tomasz Wasilczyk authored
Bug: 295394788 Test: make checkbuild Change-Id: I370f66c469de73064dec2e42c539dc236dd69d1e
-
Shunkai Yao authored
-
Victor Hsieh authored
Bug: 291751402 Test: N/A Change-Id: Ibfd0f41bc49c7c72e31a9c45f760edba93fbfe32
-
Mark Hansen authored
Today, the top-level DecorView is missing some useful pieces of data in its dump, for example the "V"isible and "E"nabled and "I"nvalidated and "D"irty flags. Add these back in. Today it looks like: ``` View Hierarchy: DecorView@41b7f45[MapsActivity] android.widget.LinearLayout{a1c3dbb V.E...... ......ID 208,0-1920,1080} android.view.ViewStub{c5878e4 G.E...... ......I. 0,0-0,0 #1020194 android:id/action_mode_bar_stub} ``` Note how the DecorView doesn't have the deep debug info the other views do. This change updates toString to work the same as the other views, but including the extra title suffix information. This is a new version of aosp/2276228, but on the main branch. Change-Id: I35415f7625dc99a80412f6656800504eea876d91
-
- Sep 04, 2023
-
-
Chiachang Wang authored
Add the extra info of a VPN network to provide helpful debugging info. The validation logs in the dumpsys of NetworkStack refer to the extra info from NetworkInfo of the given network. But the extra info in a VPN NetworkInfo is empty so the name will be null. It's hard to tell the exact name information from only dumpsys of NetworkStack. Bug: 297790570 Test: atest FrameworksNetTests Change-Id: I7cf5f30db9a9bbc0361e5dc6bf4d8f533e12f5c8
-
- Sep 01, 2023
-
-
Victor Hsieh authored
Bug: 296465999 Test: use the flag Change-Id: Id8de5f90d06647e020800aabf28bc67658dda331 Merged-In: Id8de5f90d06647e020800aabf28bc67658dda331
-
Victor Hsieh authored
Bug: 285185747 Test: use the flag Change-Id: Ifd046909dfca3155d6f95dd86f0d990636f4cbb2 Merged-In: Ifd046909dfca3155d6f95dd86f0d990636f4cbb2
-
Eric Biggers authored
Log all method calls in a consistent way. Test: set DEBUG to true, checked logcat when using Extend Unlock Flag: exempt, only affects debug code Change-Id: I29a4da2447c93eeeda7b29db4d4c4a2ab29289d4
-
Tomasz Wasilczyk authored
Test: m checkbuild Bug: 295394788 Change-Id: I9488bc5632cbd47c83f6b5f2df4c87eb324a1e8e
-
Bram Bonné authored
Merge "Align OWNERS for /core/java/com/android/server/security/ and /core/java/android/security/" into main
-
Treehugger Robot authored
-
- Aug 31, 2023
-
-
Shunkai Yao authored
From java doc: If timeout is zero, however, then real time is not taken into consideration and the thread simply waits until notified. Bug: 298456150 Test: m Change-Id: Id5cdf6a52a97fddb24d2fcf2dcaa6e7385eb7c46
-
Bram Bonné authored
Bug: 291751402 Change-Id: Ifb0bd87e7daf7577e4f37881613580d3566cebde
-
Treehugger Robot authored
-
Zhi Dou authored
-
- Aug 30, 2023
-
-
Treehugger Robot authored
-