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

Commit f139143c authored by Calin Juravle's avatar Calin Juravle Committed by android-build-merger
Browse files

Merge "Register the UI Thread as a sensitive thread to the runtime" into nyc-dev

am: 6aff67bf

* commit '6aff67bf':
  Register the UI Thread as a sensitive thread to the runtime

Change-Id: Ib3e5d6ac34f14c6d6f0809d2f969422b49efea8f
parents 2d8874c0 6aff67bf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5043,6 +5043,8 @@ public final class ActivityThread {
    }

    private void handleBindApplication(AppBindData data) {
        // Register the UI Thread as a sensitive thread to the runtime.
        VMRuntime.registerSensitiveThread();
        if (data.trackAllocation) {
            DdmVmInternal.enableRecentAllocations(true);
        }