Skip to content
Snippets Groups Projects
  1. Sep 08, 2023
  2. Sep 07, 2023
  3. Sep 06, 2023
  4. Sep 05, 2023
    • Tomasz Wasilczyk's avatar
      Migrate String8|16.setTo to assignment operator · 31eb3c89
      Tomasz Wasilczyk authored
      Bug: 295394788
      Test: make checkbuild
      Change-Id: I370f66c469de73064dec2e42c539dc236dd69d1e
      31eb3c89
    • Shunkai Yao's avatar
      Merge "Avoid Object.wait(0)" into main · a199526d
      Shunkai Yao authored
      a199526d
    • Victor Hsieh's avatar
      Add per-file owner for KeyChainSystemService.java · a6dcc764
      Victor Hsieh authored
      Bug: 291751402
      Test: N/A
      Change-Id: Ibfd0f41bc49c7c72e31a9c45f760edba93fbfe32
      a6dcc764
    • Mark Hansen's avatar
      Dispatch from DecorView to View.toString() · 14de11ee
      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
      14de11ee
  5. Sep 04, 2023
    • Chiachang Wang's avatar
      Add VPN name into the extra info of NetworkInfo · 9ce403e2
      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
      9ce403e2
  6. Sep 01, 2023
  7. Aug 31, 2023
  8. Aug 30, 2023
Loading