mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 02:44:50 +00:00
Making threads verbose regarding exceptions
This commit is contained in:
@@ -142,7 +142,7 @@ public final class GlobalEventBus {
|
||||
try {
|
||||
callListener(listener, event);
|
||||
} catch (Throwable e) {
|
||||
// e.printStackTrace();
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -153,7 +153,7 @@ public final class GlobalEventBus {
|
||||
try {
|
||||
callListener(listener, event);
|
||||
} catch (Throwable e) {
|
||||
// e.printStackTrace();
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user