File tree Expand file tree Collapse file tree
android-godeye/src/main/java/cn/hikyson/godeye/core Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments