Skip to content
Snippets Groups Projects
  1. Oct 25, 2023
  2. Oct 23, 2023
  3. Oct 20, 2023
  4. Oct 19, 2023
  5. Oct 18, 2023
    • Ted Bauer's avatar
      Disable `sync_disabled_mode` in `DeviceConfigTest` runs. · 3cd0cb2a
      Ted Bauer authored
      Bug: 299086017
      Bug: 294279968
      Fix: 300174188
      Test: atest
      Change-Id: I6347010d950e2e9b8be4285f7a9bd1602ffd5b46
      (cherry picked from commit 7b2d7fc4)
      Merged-In: I6347010d950e2e9b8be4285f7a9bd1602ffd5b46
      3cd0cb2a
    • George Mount's avatar
      Fix HorizontalScrollViewFunctionaTest · 034d0ad9
      George Mount authored
      Fixes: 305234302
      Bug: 294279968
      
      Fixes HorizontalScrollViewFunctionalTest in the same
      way as ag/24692605
      
      Test: ran tests
      (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e2e039c95a663247242aa76ec1a0da60aaf20567)
      Merged-In: I5342e21af8074e4a4ef69c79c63696f99cba436c
      Change-Id: I5342e21af8074e4a4ef69c79c63696f99cba436c
      034d0ad9
    • Jing Ji's avatar
    • Gaurav Bhola's avatar
      Ensure that DebuggerWindow is shown on headless systems. · 9dc92af2
      Gaurav Bhola authored
      - on headless systems, user-0 is invisible. And hence windows started by
        user-0 process are not visible.
      
      Test: atest AmStartOptionsTest#DashD
      Bug: 294279968
      Fix: 302587507
      Change-Id: I82c22d88ef58ad264d4156c3fc113b2ae57e2631
      9dc92af2
    • Jing Ji's avatar
      Extend the BIND_APPLICATION_TIMEOUT · 9e814a91
      Jing Ji authored
      We're reporting an ANR if the app process doesn't finish
      the handling of bindApplication within the BIND_APPLICATION_TIMEOUT.
      But very often, due to the contended system resources, the app
      process just doesn't get enough CPU time to run.
      
      Also given the bindApplication includes the time the app spends
      on Application#onCreate(), now relax the timeout to 20s by default.
      
      Bug: 304484667
      Test: Manual
      Merged-In: I442e997fa6f30445ddeb2922146e837cc24d4174
      Change-Id: If8a3db7511ef0b348e9f343fd91de9063f8826f2
      9e814a91
    • Li Li's avatar
      DMS: check cached mode for user apps only · 380b3932
      Li Li authored
      Android Studio uses adb to launch a process for screen mirroring. This
      kind of processes is not managed by AMS and run with uid shell or root.
      In such a case, that process behaves like a gone Android app so it will
      miss display events. This won't impact any normal Android apps.
      
      Check if the uid belongs to an Android app for Android Studio.
      
      Bug: 303684492
      Test: Enable display mirroring in Android Studio and check logs
      Change-Id: I3fb20327979eca8774f7ddf143b2b8f2386e6b56
      Merged-In: I3fb20327979eca8774f7ddf143b2b8f2386e6b56
      380b3932
  6. Oct 17, 2023
  7. Oct 16, 2023
Loading