Skip to content
Snippets Groups Projects
  1. Oct 06, 2020
    • Jeff Sharkey's avatar
      Detector to suggest more efficient collections. · 749789d2
      Jeff Sharkey authored
      Android offers several efficient alternatives to some upstream
      Collections containers, such as SparseIntArray instead of
      Map<Integer, Integer>.
      
      Bug: 155703208
      Test: atest error_prone_android_framework_test
      Change-Id: I080fd9489fb037391b717901345a905a9753b370
      749789d2
  2. Oct 05, 2020
    • Jeff Sharkey's avatar
      Detector for Binder.clearCallingIdentity() bugs. · 1561df4a
      Jeff Sharkey authored
      Binder maintains thread-local identity information about any remote
      caller, which can be temporarily cleared while performing operations
      that need to be handled as the current process. However, it's
      important to restore the original remote calling identity after
      carefully scoping this work inside a try/finally block, to avoid
      obscure security vulnerabilities.
      
      Bug: 155703208
      Test: atest error_prone_android_framework_test
      Change-Id: I568771a50af27637e4984950dcada2248ce16afe
      1561df4a
    • Jeff Sharkey's avatar
      Slight relaxing of Context.getUserId() checks. · 74da2877
      Jeff Sharkey authored
      Two specific managers have their own strategies using indirection to
      obtain Context.getUserId(), and we're willing to special case these
      to reduce warning noise.
      
      Bug: 115654727, 159626156
      Test: atest error_prone_android_framework_test
      Change-Id: I290b74f7b6ec17c647f1cbb9ea7995f3fd56b132
      74da2877
    • Jeff Sharkey's avatar
      Exclude Telephony Binder interfaces. · c095882f
      Jeff Sharkey authored
      Purposefully exclude telephony Binder interfaces, since we know they
      always run under the separate AID_RADIO.
      
      Bug: 155703208
      Test: atest error_prone_android_framework_test
      Change-Id: I3ce87caeb2abe3a7ca01ce10560d02b499ece07d
      c095882f
  3. Oct 01, 2020
  4. Sep 30, 2020
Loading