DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

Search for pid in more lines for deletion of gradle daemon logfiles #96

Closed mawHBT closed 2 years ago

mawHBT commented 2 years ago

For deletion of gradle-daemon logfiles, you sometimes have to search for pid in more lines.

DaGeRe commented 2 years ago

Thanks for the PR. While the overall intention is fine, could you

mawHBT commented 2 years ago

static GradleDaemonFileDeleter.getDaemonFilename creates two BufferedReader, one for File, one for String. There's probably a better solution.

DaGeRe commented 2 years ago

Alright, this is ok for now, I'll merge.