Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19290e9b authored by JP Abgrall's avatar JP Abgrall Committed by Android Git Automerger
Browse files

am 7aa357d9: am bac1f926: am ff941249: MountService: Fix android.process.media...

am 7aa357d9: am bac1f926: am ff941249: MountService: Fix android.process.media crash repeatedly problem

* commit '7aa357d92323b31a3ac2962d562fb48f93142d5e':
  MountService: Fix android.process.media crash repeatedly problem
parents cd2c936c 7effe8a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -775,7 +775,7 @@ class MountService extends IMountService.Stub
                 */
                 */
                try {
                try {
                    final String[] vols = NativeDaemonEvent.filterMessageList(
                    final String[] vols = NativeDaemonEvent.filterMessageList(
                            mConnector.executeForList("volume", "list"),
                            mConnector.executeForList("volume", "list", "broadcast"),
                            VoldResponseCode.VolumeListResult);
                            VoldResponseCode.VolumeListResult);
                    for (String volstr : vols) {
                    for (String volstr : vols) {
                        String[] tok = volstr.split(" ");
                        String[] tok = volstr.split(" ");