Skip to content
Snippets Groups Projects
  1. Oct 31, 2023
    • Chavi Weingarten's avatar
      Allow multiple calls and names to filter in SurfaceControlRegistry · d9123e25
      Chavi Weingarten authored
      The call and names are matched via string contains so the different calls can be
      comma separated, whitespace, or purely concatenated.
      
      Example:
      adb shell setprop persist.wm.debug.sc.tx.log_match_call setWindowCrop,setAlpha
      adb shell setprop persist.wm.debug.sc.tx.log_match_name launcher,sysui
      
      Test: add multiple call in property
      Bug: 308093559
      Change-Id: I90c3cf3a86ee7cddc21f6f6b8233f636116d1058
      d9123e25
  2. Oct 27, 2023
    • Chavi Weingarten's avatar
      Fix SurfaceControlRegistry log · b32b61b8
      Chavi Weingarten authored
      setWindowCrop had the incorrect string being checked for logs.
      
      Test: setprop persist.wm.debug.sc.tx.log_match_call setWindowCrop
      Bug: 308093559
      Change-Id: I6d9a36cd77ae3ac47ff86220de233ccba80f7644
      b32b61b8
  3. Oct 25, 2023
  4. Oct 24, 2023
Loading