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

Commit 1a8eec69 authored by San Mehat's avatar San Mehat
Browse files

MountListener: Improve error logging



Signed-off-by: default avatarSan Mehat <san@google.com>
parent 283ae234
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,8 +123,8 @@ final class MountListener implements Runnable {
                                try {
                                    handleUnsolicitedEvent(code, event, tokens);
                                } catch (Exception ex) {
                                    Log.e(TAG, "Error handling unsolicited event '" + event + "'");
                                    Log.e(TAG, ex.toString());
                                    Log.e(TAG, String.format(
                                            "Error handling '%s'", event), ex);
                                }
                            } else {
                                try {