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

Commit c7c3a03b authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Allow blocking calls to InstrumentationWatcher" into rvc-dev am:...

Merge "Allow blocking calls to InstrumentationWatcher" into rvc-dev am: 9e0ea0c9 am: aafa4ff2 am: 1d03106a

Change-Id: Ia9906602c07ad514a2a927bf33ac1944235b9512
parents 4f911f7b 1d03106a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.server.am;

import android.app.IInstrumentationWatcher;
import android.content.ComponentName;
import android.os.Binder;
import android.os.Bundle;
import android.os.Process;
import android.os.RemoteException;
@@ -109,6 +110,8 @@ public class InstrumentationReporter {
            mName = name;
            mResultCode = resultCode;
            mResults = results;

            Binder.allowBlocking(mWatcher.asBinder());
        }
    }