Skip to content
Snippets Groups Projects
  1. Aug 16, 2022
    • Jackal Guo's avatar
      Remove unused compile command --compile-layouts · 51fdab00
      Jackal Guo authored
      The 'pm compile --compile-layouts' is deprecated, and it leaves the
      possibility that malicious apps could do a side channel attack. Re-
      move related entry to mitigate this.
      
      Bug: 241233589
      Test: atest dex-builder-test
      Test: manually using the PoC in the buganizer to ensure the symptom
            no longer exists.
      Change-Id: Ibd11425e6ee1468149fabe201983f95bfd69349c
      51fdab00
    • Taran Singh's avatar
    • Kohsuke Yatoh's avatar
      Preload font before TypefaceSerializationPerfTest. · 23f1be2d
      Kohsuke Yatoh authored
      This CL disables lazy font loading by preloading font in setUp(),
      in order to stabilize testSerializeFontMap() results.
      
      In testSerializeFontMap(), the first serializeFontMap() takes 20x time
      due to lazy font loading (first call 40ms / avg 2ms on oriole).
      This makes test results unstable by reducing the number of iterations.
      
      ManualBenchmarkState calculates the number of iterations
      ('mMaxIterations') as follows:
          mMaxIterations = (int) (mTargetTestDurationNs / (warmupDuration / iterations));
      where 'iterations' is the number of iterations done in warmup stage.
      If the first iteration in warmup stage takes unusually long,
      'iterations' becomes small and mMaxIterations will be smaller as well.
      
      Bug: 239758440
      Test: atest CorePerfTests:android.graphics.perftests.TypefaceSerializationPerfTest#testSerializeFontMap
      Change-Id: I3181962a1807cb7b4ecbc8e26fe629b9f530e1c1
      23f1be2d
  2. Aug 15, 2022
Loading