summaryrefslogtreecommitdiff
path: root/core/java/android/app/IApplicationThread.java
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-03-12 18:10:36 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-12 18:10:36 -0700
commit4faaed97ab331b322afeef8055d740dc7673e1b2 (patch)
tree21ad27fdbb17b14f2489c2ad2543849ed05f79f5 /core/java/android/app/IApplicationThread.java
parentb48e0291078e3a7052513572cfb2b19318f6c08c (diff)
parent92a8b22e7410e74e1cba1b856333116652af8a5c (diff)
Merge "ActivityManager: add option to allow OpenGL trace."
Diffstat (limited to 'core/java/android/app/IApplicationThread.java')
-rw-r--r--core/java/android/app/IApplicationThread.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/IApplicationThread.java b/core/java/android/app/IApplicationThread.java
index 6ad1736a0659..70029d21898e 100644
--- a/core/java/android/app/IApplicationThread.java
+++ b/core/java/android/app/IApplicationThread.java
@@ -89,7 +89,7 @@ public interface IApplicationThread extends IInterface {
void bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers,
ComponentName testName, String profileName, ParcelFileDescriptor profileFd,
boolean autoStopProfiler, Bundle testArguments, IInstrumentationWatcher testWatcher,
- int debugMode, boolean restrictedBackupMode, boolean persistent,
+ int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent,
Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services,
Bundle coreSettings) throws RemoteException;
void scheduleExit() throws RemoteException;