Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Remove LogTooLongException#49

Merged
StephenHynes7 merged 8 commits intorapid7:masterrapid7/le_java:masterfrom
omgapuppy:masterCopy head branch name to clipboard
Jun 24, 2016
Merged

Remove LogTooLongException#49
StephenHynes7 merged 8 commits intorapid7:masterrapid7/le_java:masterfrom
omgapuppy:masterCopy head branch name to clipboard

Conversation

@omgapuppy
Copy link
Contributor

Remove uncaught exception, write a test case, fail silently like other
libraries

Remove uncaught exception, write a test case, fail silently like other
libraries
@omgapuppy omgapuppy closed this Feb 3, 2016
@omgapuppy omgapuppy reopened this Jun 22, 2016
@StephenHynes7
Copy link
Contributor

@m0wfo thoughts? I am okay with this as a temp fix while we fix the logic for big stack traces.


private void addLineToQueue (String line, int limit) {
if (limit == 0) { throw new LogTooLongException(); }
if (limit == 0) { return; }
Copy link

@chrismlogentries chrismlogentries Jun 23, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a dbg() statement saying 'message too long' or something in addition to returning

@chrismlogentries
Copy link

+1 when Travis is happy

@ardimehist-r7
Copy link

build failure seems to have something to do with the forked JVM not shutting down when using openjdk - don't think it's anything to do with my changes

@ardimehist-r7
Copy link

@m0wfo this finally sorted the build failure

@StephenHynes7 StephenHynes7 merged commit d43f500 into rapid7:master Jun 24, 2016
@m0wfo
Copy link
Contributor

m0wfo commented Aug 25, 2016

@ardimehist-r7 that is horrible but yey, I guess :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments

Close sidebar
Morty Proxy This is a proxified and sanitized view of the page, visit original site.