Loading cmds/bmgr/src/com/android/commands/bmgr/Bmgr.java +12 −9 Original line number Diff line number Diff line Loading @@ -327,11 +327,6 @@ public final class Bmgr { printRestoreSets(sets); } } mRestore.endRestoreSession(); } catch (RemoteException e) { System.err.println(e.toString()); System.err.println(BMGR_NOT_RUNNING_ERR); } // now wait for it to be done synchronized (observer) { Loading @@ -342,6 +337,14 @@ public final class Bmgr { } } } // once the restore has finished, close down the session and we're done mRestore.endRestoreSession(); } catch (RemoteException e) { System.err.println(e.toString()); System.err.println(BMGR_NOT_RUNNING_ERR); } System.out.println("done"); } Loading Loading
cmds/bmgr/src/com/android/commands/bmgr/Bmgr.java +12 −9 Original line number Diff line number Diff line Loading @@ -327,11 +327,6 @@ public final class Bmgr { printRestoreSets(sets); } } mRestore.endRestoreSession(); } catch (RemoteException e) { System.err.println(e.toString()); System.err.println(BMGR_NOT_RUNNING_ERR); } // now wait for it to be done synchronized (observer) { Loading @@ -342,6 +337,14 @@ public final class Bmgr { } } } // once the restore has finished, close down the session and we're done mRestore.endRestoreSession(); } catch (RemoteException e) { System.err.println(e.toString()); System.err.println(BMGR_NOT_RUNNING_ERR); } System.out.println("done"); } Loading