File tree Expand file tree Collapse file tree
src/main/java/com/hippo/ehviewer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,8 +170,8 @@ dependencies {
170170// implementation 'com.github.seven332:glgallery:0.1.2'
171171// implementation 'com.github.seven332:glview:0.1.0'
172172// implementation 'com.github.seven332:glview-image:0.1.0'
173- implementation ' com.github.seven332:hotspot:0.1.0'
174173// implementation 'com.github.seven332:image:0.1.12'
174+ implementation ' com.github.seven332:hotspot:0.1.0'
175175 implementation ' com.github.seven332:refreshlayout:0.1.0'
176176 implementation ' com.github.seven332:ripple:0.1.2'
177177 implementation ' com.github.seven332:streampipe:0.1.0'
Original file line number Diff line number Diff line change @@ -291,9 +291,6 @@ public void run() {
291291 Log .i (TAG , "Native memory: " + FileUtils .humanReadableByteCount (
292292 Debug .getNativeHeapAllocatedSize (), false ));
293293 }
294- if (DEBUG_PRINT_IMAGE_COUNT ) {
295- Log .i (TAG , "Image count: " + Image .getImageCount ());
296- }
297294 SimpleHandler .getInstance ().postDelayed (this , DEBUG_PRINT_INTERVAL );
298295 }
299296 }.run ();
You can’t perform that action at this time.
0 commit comments