Loading services/core/java/com/android/server/MountService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1434,7 +1434,7 @@ class MountService extends IMountService.Stub final VolumeInfo vol = findVolumeById(volId); final VolumeInfo vol = findVolumeById(volId); try { try { mConnector.execute("volume", "format", vol.id); mConnector.execute("volume", "format", vol.id, "auto"); } catch (NativeDaemonConnectorException e) { } catch (NativeDaemonConnectorException e) { throw e.rethrowAsParcelableException(); throw e.rethrowAsParcelableException(); } } Loading Loading
services/core/java/com/android/server/MountService.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1434,7 +1434,7 @@ class MountService extends IMountService.Stub final VolumeInfo vol = findVolumeById(volId); final VolumeInfo vol = findVolumeById(volId); try { try { mConnector.execute("volume", "format", vol.id); mConnector.execute("volume", "format", vol.id, "auto"); } catch (NativeDaemonConnectorException e) { } catch (NativeDaemonConnectorException e) { throw e.rethrowAsParcelableException(); throw e.rethrowAsParcelableException(); } } Loading