PingOutput.java 272 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 package com.chudiangameplay.android.util; import com.chudiangameplay.android.tool.Log; import com.qiniu.android.netdiag.Output; /** * Created by 0 on 2019/6/19. */ public class PingOutput implements Output { @Override public void write(String line) { } }