mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Show more debugging info: system memory, VM memory and disk space.
This commit is contained in:
@@ -5,5 +5,7 @@ import java.io.IOException;
|
||||
|
||||
public interface FileUtils {
|
||||
|
||||
long getTotalSpace(File f) throws IOException;
|
||||
|
||||
long getFreeSpace(File f) throws IOException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user