Skip to content

Instantly share code, notes, and snippets.

View vigossjjj's full-sized avatar

Yunpeng.Jiang vigossjjj

  • Alipay.Inc
  • China.Beijing
View GitHub Profile
@vigossjjj
vigossjjj / LeakSlackUploadService.java
Created May 31, 2016 10:28 — forked from pyricau/LeakSlackUploadService.java
Sending Leak Traces to a Slack Channel (and HipChat, see the comments)
import android.util.Log;
import com.squareup.leakcanary.AnalysisResult;
import com.squareup.leakcanary.DisplayLeakService;
import com.squareup.leakcanary.HeapDump;
import retrofit.RestAdapter;
import retrofit.RetrofitError;
import retrofit.http.Multipart;
import retrofit.http.POST;
import retrofit.http.Part;
import retrofit.mime.TypedFile;
@vigossjjj
vigossjjj / xcodeserver.md
Created July 7, 2015 09:18
iOS Xcode Server Research

123