mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-21 03:52:48 +00:00
Display the exception message when a stage fails
This commit is contained in:
parent
3201fac36c
commit
616945a963
@ -245,6 +245,7 @@ public class NvConnection {
|
||||
}
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
listener.displayMessage(e.getMessage());
|
||||
success = false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user