commit | 926ba83726b65e9abb013ba9f72992c6128c8681 | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Mon Apr 09 09:23:11 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Mon Apr 09 09:23:28 2018 -0700 |
tree | 504e87963bb7bcfc9251215980edb3670bb3311d | |
parent | f4beeb8dfbf88379a772f90d63783c0ce7805092 [diff] [blame] |
Elevate GPU priority of Launcher3Quickstep Bug: 75985430 Change-Id: I4ac70c76db98b4ab666b0559f3185392142be045
diff --git a/proguard.flags b/proguard.flags index 086337d..e9f6db4 100644 --- a/proguard.flags +++ b/proguard.flags
@@ -107,6 +107,11 @@ public <init>(...); } +# MainProcessInitializer +-keep class com.android.quickstep.QuickstepProcessInitializer { + public <init>(...); +} + -keep interface com.android.launcher3.userevent.nano.LauncherLogProto.** { *; }