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

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

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

Change-Id: Idfb9a39f526ee95bf3f10722724601d33ba6a735
parents b09e86b4 9e0ea0c9
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());
        }
    }