Remove a test-only PIC exception
PropertyInvalidatedCache.setTestMode() should not throw an exception yet. The protocol is that the test mode must toggle but that was not enforced. A recent commit threw an exception if the mode did not toggle (all clients were updated) but the updated platform code will not pass a legacy CTS test. This flag-guards the exception. Tested with a CTS build from 25Q1; verified that a log message is generated but the test still passes. Flag: android.app.enforce_pic_testmode_protocol Bug: 375954058 Test: atest * FrameworksCoreTests:PropertyInvalidatedCacheTests * FrameworksCoreTests:IpcDataCacheTest * CtsOsTestCases:IpcDataCacheTest * ServiceBluetoothTests Change-Id: Ie79958ead5190150bb4dc342c5d3aaac8791f420
Loading
Please register or sign in to comment