Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52da71d4 authored by Liana Kazanova's avatar Liana Kazanova Committed by Gerrit Code Review
Browse files

Revert "Set input thread priority to RT - try 3"

This reverts commit a2bd0e6b.

Reason for revert:DroidMonitor: Potential culprit for http://b/377739155 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.

Change-Id: I4c2b686aaf291db819d37711d4427d0094ca2295
parent a2bd0e6b
Loading
Loading
Loading
Loading
+1 −14
Original line number Diff line number Diff line
@@ -202,19 +202,6 @@
        }
      ]
    },
    {
      "Name": "RealTimeInputScheduling",
      "Actions": [
        {
          "Name": "SetSchedulerPolicy",
          "Params":
          {
            "Policy": "SCHED_FIFO",
            "Priority": "98"
          }
        }
      ]
    },
    {
      "Name": "CameraServicePerformance",
      "Actions": [
@@ -717,7 +704,7 @@
    },
    {
      "Name": "InputPolicy",
      "Profiles": [ "RealTimeInputScheduling", "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
      "Profiles": [ "MaxPerformance", "ProcessCapacityMax", "TimerSlackNormal" ]
    }
  ]
}