Skip to content
Snippets Groups Projects
  1. Sep 06, 2018
    • David Brazdil's avatar
      Check in P dark greylist, use it for hidden API list generation · 3cc74c71
      David Brazdil authored
      We want to preserve the same semantics as P wrt dark greylist. This will
      eventually become the "blacklist for target SDK >= P".
      
      Bug: 113881436
      Test: phone boots
      Change-Id: I3bb72102e1d054eb0f2cae089ab633a0bc2bb276
      3cc74c71
    • Treehugger Robot's avatar
    • Erik Kline's avatar
      Tighten up neighbor timers if IpReachabilityMonitor is in use · 5b43cea3
      Erik Kline authored
      Currently the kernel sends 3 probes, 1000ms apart when a neighbor is
      in NUD_PROBE state (either naturally or artificially moved to that
      state when, for example, confirming network configuration following
      an AP association/roam).
      
      With this change the device sends 5 probes at 750ms apart.  This
      gives the network infrastructure a chance to respond to any of
      5 probes instead of any of only 3, at a cost of increasing the total
      probe time from 3s to 3.75s.
      
      Future changes may read these values from settings (or from somewhere
      else) so that experiments may be conducted or values adjusted based on
      other information.
      
      Test: as follows
          - built, flashed, booted
          - runtest frameworks-net passes
          - examinaton of /proc settings on wifi shows updated values
          - connected to a test network, disconnected the backhaul, ran
            "adb shell dumpsys wifi ipclient confirm" while watching
            "adb shell tcpdump -n -i wlan0 -l -vv arp", and observed
            5 ARP who-has ("solicits") ~750ms apart.
      Bug: 62476366
      Bug: 62845299
      Change-Id: Ib805531b08624805bb63703a5b338b9ff48171d4
      5b43cea3
  2. Sep 05, 2018
    • Treehugger Robot's avatar
    • Treehugger Robot's avatar
    • Treehugger Robot's avatar
      Merge changes I7f1ef2e8,I498bc261 · ef98a2ca
      Treehugger Robot authored
      * changes:
        Convert sysui to bp
        Cleanup trying to move to bp
      ef98a2ca
    • Alison Cichowlas's avatar
      Add process-lifecycle-owner-initializer to tests. · b7a11d37
      Alison Cichowlas authored
      Bug: 112587252
      Bug: 114073652
      Test: This is to fix the tests.
      Change-Id: I083db4e2eb4efd8d4a914f33ac259aa317e568de
      Merged-In: I083db4e2eb4efd8d4a914f33ac259aa317e568de
      (cherry picked from commit 5f5ad2e6)
      (cherry picked from commit 0757deaa)
      b7a11d37
    • Jason Monk's avatar
      Convert sysui to bp · 2c3a8045
      Jason Monk authored
      Test: tests gonna test, builds gonna build
      Change-Id: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264
      Merged-In: I7f1ef2e82ce2c74253c57de8d73079dcfe2d2264
      (cherry picked from commit a2f2d82f)
      (cherry picked from commit 1a8ee9d2)
      (cherry picked from commit 83ce30d8)
      2c3a8045
    • Jason Monk's avatar
      Cleanup trying to move to bp · 4a8305dc
      Jason Monk authored
       - Remove some resources that don't appear to do anything
       - Don't assume resource ids are final, because they aren't when
         compiled as a library
      
      Test: build
      Change-Id: I498bc2612d3f47df5f567c18c29e1666431e971c
      Merged-In: I498bc2612d3f47df5f567c18c29e1666431e971c
      (cherry picked from commit 05dd5671)
      (cherry picked from commit a9b2fcad)
      (cherry picked from commit 4c9d66e5)
      4a8305dc
    • Treehugger Robot's avatar
      Merge "statsd: fix double close." · 0b8f17b3
      Treehugger Robot authored
      0b8f17b3
    • Mathew Inwood's avatar
    • Treehugger Robot's avatar
      Merge changes I02362055,I8ab46fde · 6d9bf6a2
      Treehugger Robot authored
      * changes:
        Fallback BUTTON_MODE to HOME
        Remap PS key to BUTTON_MODE
      6d9bf6a2
    • Mathew Inwood's avatar
      Processor for @UnsupportedAppUsage annotations. · bad89e5e
      Mathew Inwood authored
      The processor outputs unsupportedappusage_index.csv, containing source
      position info for every@UnsupportedAppUsage annotation processed. It is a
      mapping of dex signature to the source postion of the annotation on that
      signature. It is used as input for scripts which update the annotations.
      
      We include a META-INF file which causes the compiler to automatically
      pick up the annotation processor. Otherwise we would need to explicitly
      specify the processor with a -processor flag to javac.
      
      We create a new build target for just the @UnsupportedAppUsage annotation
      and the @IntDef annotation (which it depends on) so that the processor can
      also depend on that directly.
      
      The processor only runs on a new build target framework-annotation-proc
      so that it is not invoked as part of a regular build. This is done so
      that we don't slow down peoples builds: Soong does not support annotation
      processors when javac sharding is in use. This workaround can be removed
      once b/77284273 is fixed.
      
      Test: m framework-annotation-proc
      Bug: 113853502
      
      Change-Id: Ie9cd5a90ddf7a51f6035e849703fc39ad9127557
      bad89e5e
    • Hugo Benichi's avatar
      Merge changes Ie28e6c80,I3cb9b2ce · 90d5e7b1
      Hugo Benichi authored
      * changes:
        ConnectivityService: dumpsys args for dumping networks or requests only.
        ConnectivityService: Sort requests and networks in dumpsys.
      90d5e7b1
    • Hugo Benichi's avatar
      ConnectivityService: dumpsys args for dumping networks or requests only. · 1468381d
      Hugo Benichi authored
      This patch adds two arguments to ConnectivityService dumpsys handler so
      that only current networks or only current requests are dumped:
      
      - "adb shell dumpsys connectivity networks" will dump current networks.
      - "adb shell dumpsys connectivity requests" will dump current requests.
      
      Bug: none
      Test: Compiled, flashed, booted, checked that both new dumpsys args work
            as expected.
      
      Change-Id: Ie28e6c800795eb49f386b609e8222a25e73dfc84
      1468381d
    • Hugo Benichi's avatar
      ConnectivityService: Sort requests and networks in dumpsys. · a2a917cc
      Hugo Benichi authored
      This patch adds two utility functions for sorting requests and networks
      tracked by ConnectivityService by request id and network id
      respectively.
      
      These utility functions are then used to improve the output of
      adb shell dumpsys connectivity so that networks and requests are
      printed in a more stable fashion.
      
      Bug: none
      Test: Compiled, flashed, booted, checked output of adb shell
            dumpsys connectivity.
      
      Change-Id: I3cb9b2ceab64145611a416dcb8c5d512838a2626
      a2a917cc
  3. Sep 04, 2018
  4. Sep 03, 2018
  5. Sep 01, 2018
  6. Aug 31, 2018
Loading