OSDN Git Service

Tweak for b/37809561.
authorMakoto Onuki <omakoto@google.com>
Tue, 9 May 2017 20:48:53 +0000 (13:48 -0700)
committerMakoto Onuki <omakoto@google.com>
Tue, 9 May 2017 21:10:16 +0000 (14:10 -0700)
commit08408b9338f67acc4e9793ec531af2966c7f27da
treefda268503f8c885738f7ea6afb84c83426dbe497
parent9414a25592de67508143a1fd7a98136d90371894
Tweak for b/37809561.

From the WTF log we know Args.run() sometimes gets called multiple
times.

Remove the Runnable interface from the Args class to make it
impossible to cast it to Runnable.

If the WTF still happens with this change, that'd be *very* interesting.

Test: Build and boot
Bug: 37809561
Change-Id: Id4bd9bd8d4098086649235fddfc2136527805838
core/java/android/app/LoadedApk.java