logger
logger copied to clipboard
HandlerThread is not quit???
In CsvFormatStategy.java , I find HandlerThread is used to save log to file. But, I don't find when to quit. The thread can quit by using member method quit() of HandlerThread. So this is a bug?