Class StatisticsLogger


  • public final class StatisticsLogger
    extends Object
    Main singleton entrance for logging statistics.
    Author:
    Robert Sandell <robert.sandell@sonyericsson.com>
    • Method Detail

      • getInstance

        public static StatisticsLogger getInstance()
        The singleton instance.
        Returns:
        the instance.
      • log

        public void log​(Run build,
                        List<FoundFailureCause> causes)
        Logs a found indication asynchronously to the statistics database.
        Parameters:
        build - the build.
        causes - the list of causes.