log package - librespeed/speedtest-android GitHub Wiki
Logger
class
Implements a very simple logger. Used to store the telemetry generated during the test.
Constructor:
public Logger()
Methods:
getLog()
: returns the current logl(String s)
: appends a timestamp in milliseconds and the strings
to the log`