a
554325746@qq.com
2019-12-25 603cb36a5123e46656b06a5deb8d7ac7ff81307f
app/src/main/java/com/basic/security/utils/ANRWatchDog.java
@@ -235,10 +235,10 @@
                }
                final ANRError error;
                if (_namePrefix != null) {
                    System.out.println("ANRWatchDog.run 1");
                    System1.out.println("ANRWatchDog.run 1");
                    error = ANRError.New(_tick, _namePrefix, _logThreadsWithoutStackTrace);
                } else {
                    System.out.println("ANRWatchDog.run 2");
                    System1.out.println("ANRWatchDog.run 2");
                    error = ANRError.NewMainOnly(_tick);
                }
                _anrListener.onAppNotResponding(error);