Skip to content

Commit c8cf93a

Browse files
author
hui.zhao
committed
#Changed#
delete unused comment
1 parent 9f2ac60 commit c8cf93a

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

  • android-godeye/src/main/java/cn/hikyson/godeye/core

android-godeye/src/main/java/cn/hikyson/godeye/core/GodEye.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -120,25 +120,6 @@ public static GodEye instance() {
120120
public void init(Application application) {
121121
mApplication = application;
122122
ActivityStackUtil.register(application);
123-
124-
// new Thread(new Runnable() {// TODO KYSON DEL
125-
// @Override
126-
// public void run() {
127-
// while (true) {
128-
// try {
129-
// Thread.sleep(1000);
130-
// } catch (InterruptedException e) {
131-
// e.printStackTrace();
132-
// }
133-
// NativeHeapInfo nativeHeapInfo = MemoryUtil.getAppNativeHeap();
134-
// L.d("native:" + nativeHeapInfo);
135-
// L.d("pss:" + Debug.getPss());
136-
// L.d("pss2:" + MemoryUtil.getAppPssInfo(GodEye.instance().getApplication()));
137-
// }
138-
// }
139-
// }).start();
140-
141-
142123
L.d("GodEye init.");
143124
}
144125

0 commit comments

Comments
 (0)