am 7b2a582a: Merge "Whoops, remove this."

* commit '7b2a582a277494643e123c71683cff47156b303c':
  Whoops, remove this.
This commit is contained in:
Dianne Hackborn
2011-08-25 13:35:25 -07:00
committed by Android Git Automerger

View File

@@ -265,11 +265,7 @@ class ServerThread extends Thread {
} catch (Throwable e) {
reportWtf("making display ready", e);
}
try {
ActivityManagerNative.getDefault().showBootMessage("DEXOPT!", true);
} catch (RemoteException e) {
}
try {
pm.performBootDexOpt();
} catch (Throwable e) {