diff options
| author | Leonard Mosescu <mosescu@google.com> | 2017-02-16 23:24:32 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-02-16 23:24:32 +0000 |
| commit | db0803b4e815f3e4e180c0502912dbbca42e1710 (patch) | |
| tree | b8013b2b3289a09b9adc85f35dbfb70191b08155 /core/java/android/app/IApplicationThread.java | |
| parent | a22c40839e8858d7f210fa1ee53e1d0e593dc65f (diff) | |
| parent | 05dfd10254741b0a7f66504addf8a0f1d356fd4c (diff) | |
Merge "Adding "attach-agent" to ActivityManagerShellCommand"
am: 05dfd10254
Change-Id: I3623f617319f03bad87f65b61959ec2ce822ac7e
Diffstat (limited to 'core/java/android/app/IApplicationThread.java')
| -rw-r--r-- | core/java/android/app/IApplicationThread.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/app/IApplicationThread.java b/core/java/android/app/IApplicationThread.java index 3fa88ae674a4..bfd97f8a2b27 100644 --- a/core/java/android/app/IApplicationThread.java +++ b/core/java/android/app/IApplicationThread.java @@ -123,6 +123,7 @@ public interface IApplicationThread extends IInterface { throws RemoteException; void dumpHeap(boolean managed, String path, ParcelFileDescriptor fd) throws RemoteException; + void attachAgent(String path) throws RemoteException; void setSchedulingGroup(int group) throws RemoteException; // the package has been removed, clean up internal references static final int PACKAGE_REMOVED = 0; @@ -225,4 +226,5 @@ public interface IApplicationThread extends IInterface { int SCHEDULE_MULTI_WINDOW_CHANGED_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION+58; int SCHEDULE_PICTURE_IN_PICTURE_CHANGED_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION+59; int SCHEDULE_LOCAL_VOICE_INTERACTION_STARTED_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION+60; + int ATTACH_AGENT_TRANSACTION = IBinder.FIRST_CALL_TRANSACTION+61; } |
