forked from I2P_Developers/i2p.i2p
Console: Remove static StatSummarizer ref, hang off ClientAppManager
This commit is contained in:
@ -833,7 +833,7 @@ public class RouterConsoleRunner implements RouterApp {
|
||||
}
|
||||
}
|
||||
|
||||
Thread t = new I2PAppThread(new StatSummarizer(), "StatSummarizer", true);
|
||||
Thread t = new I2PAppThread(new StatSummarizer(_context), "StatSummarizer", true);
|
||||
t.setPriority(Thread.NORM_PRIORITY - 1);
|
||||
t.start();
|
||||
|
||||
|
Reference in New Issue
Block a user