Skip to content

Commit

Permalink
#Changed#
Browse files Browse the repository at this point in the history
delete unused comment
  • Loading branch information
hui.zhao committed Feb 9, 2020
1 parent 9f2ac60 commit c8cf93a
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions android-godeye/src/main/java/cn/hikyson/godeye/core/GodEye.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,25 +120,6 @@ public static GodEye instance() {
public void init(Application application) {
mApplication = application;
ActivityStackUtil.register(application);

// new Thread(new Runnable() {// TODO KYSON DEL
// @Override
// public void run() {
// while (true) {
// try {
// Thread.sleep(1000);
// } catch (InterruptedException e) {
// e.printStackTrace();
// }
// NativeHeapInfo nativeHeapInfo = MemoryUtil.getAppNativeHeap();
// L.d("native:" + nativeHeapInfo);
// L.d("pss:" + Debug.getPss());
// L.d("pss2:" + MemoryUtil.getAppPssInfo(GodEye.instance().getApplication()));
// }
// }
// }).start();


L.d("GodEye init.");
}

Expand Down

0 comments on commit c8cf93a

Please sign in to comment.