Loading services/java/com/android/server/SystemServer.java +1 −5 Original line number Diff line number Diff line Loading @@ -265,10 +265,6 @@ class ServerThread extends Thread { reportWtf("making display ready", e); } try { ActivityManagerNative.getDefault().showBootMessage("DEXOPT!", true); } catch (RemoteException e) { } try { pm.performBootDexOpt(); } catch (Throwable e) { Loading Loading
services/java/com/android/server/SystemServer.java +1 −5 Original line number Diff line number Diff line Loading @@ -265,10 +265,6 @@ class ServerThread extends Thread { reportWtf("making display ready", e); } try { ActivityManagerNative.getDefault().showBootMessage("DEXOPT!", true); } catch (RemoteException e) { } try { pm.performBootDexOpt(); } catch (Throwable e) { Loading