Merge "Whoops, remove this."

This commit is contained in:
Dianne Hackborn
2011-08-25 13:33:50 -07:00
committed by Android (Google) Code Review

View File

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