We can include the stack trace - it will only very rarely be printed.
Dieser Commit ist enthalten in:
Ursprung
7117545509
Commit
15961f6cce
@ -147,7 +147,7 @@ public class DetailedErrorReporter implements ErrorReporter {
|
|||||||
// Nope - only print the error count occationally
|
// Nope - only print the error count occationally
|
||||||
if (isPowerOfTwo(errorCount)) {
|
if (isPowerOfTwo(errorCount)) {
|
||||||
logger.log(Level.SEVERE, "[" + PLUGIN_NAME + "] Unhandled exception number " + errorCount + " occured in " +
|
logger.log(Level.SEVERE, "[" + PLUGIN_NAME + "] Unhandled exception number " + errorCount + " occured in " +
|
||||||
methodName + " for " + pluginName);
|
methodName + " for " + pluginName, error);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren