Skip to content
Snippets Groups Projects
  1. May 29, 2024
    • lijilou's avatar
      JobSchedulerService:fix arrayIndexOutOfBoundsException to aviod · a8e15e02
      lijilou authored
      systemServer crash.
      
      As can be seen from the AOSP code, the set collection mTrackedTasks is accessed under mLock, but there is no mLock lock in the reportNewIdleState function. Therefore, we should put onControllerStateChanged into the mLock lock for execution, just like all other Controllers calling this method with mLock, there is no risk of deadlock.
      
      Test: OEM monkey test
      Bug: 342554438
      Change-Id: I596defa8ca018a7161cd149a54a029f6adb96937
      a8e15e02
  2. May 28, 2024
  3. May 27, 2024
  4. May 25, 2024
  5. May 24, 2024
  6. May 23, 2024
  7. May 22, 2024
  8. May 21, 2024
Loading