mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Don't hide guice exceptions when popup doesn't work, log it!
This commit is contained in:
parent
dc32bd24b1
commit
991f6c9319
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ public class BisqApp extends Application {
|
||||||
}
|
}
|
||||||
UserThread.runPeriodically(() -> Profiler.printSystemLoad(log), LOG_MEMORY_PERIOD_MIN, TimeUnit.MINUTES);
|
UserThread.runPeriodically(() -> Profiler.printSystemLoad(log), LOG_MEMORY_PERIOD_MIN, TimeUnit.MINUTES);
|
||||||
} catch (Throwable throwable) {
|
} catch (Throwable throwable) {
|
||||||
|
log.error("Error during app init", throwable);
|
||||||
showErrorPopup(throwable, false);
|
showErrorPopup(throwable, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue