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

Commit 6aff67bf authored by Calin Juravle's avatar Calin Juravle Committed by Android (Google) Code Review
Browse files

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

parents a09b4d2a 8f5770dc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5045,6 +5045,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);
        }