commit | 83fad0a35cad8ac22aaa901c304e2a68a9306c0d | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Mon Apr 24 16:58:26 2017 -0700 |
committer | Adrian Roos <roosa@google.com> | Mon Apr 24 17:00:27 2017 -0700 |
tree | 1269d4347aacdd30b86acff2eb6464b6561acaff | |
parent | 9870d0bef78949f0429de4f62532d98f2537c258 [diff] |
Perf: Fix RemoteViews memory leak Fixes an issue where the context wrapper created in RemoteViews leaks the RemoteViews instance through the implicit this pointer of anonymous inner classes. Fixed by replacing with a static inner class. Bug: 37630958 Test: m droid (this change is not testable) Change-Id: Ia149b3d91f134f0c308200b46880e7f87542a338