CoreUtils.getCoreFileLocation() already prints out a message when it finds the core file:
System.out.println("Found core file: " + coreFileLocation);
I'd like to enhance this output to include the size of the corefile. I've been sitting on this change in my local repo for months. I figure it's worth pushing.
System.out.println("Found core file: " + coreFileLocation);
I'd like to enhance this output to include the size of the corefile. I've been sitting on this change in my local repo for months. I figure it's worth pushing.