# CHANGELOG ## 3.4.3 ### Fixed - NullPointerException in LocalNotificationListenerService: https://github.com/Kyson/AndroidGodEye/issues/73 ## 3.4.2 ### Changed - Module obj will still be cached in GodEye even it installed failed ## 3.4.1 ### Added - Add config `true` and `android-godeye-config/install.config` ## 3.4.0 ### Changed - You do not need to call `GodEye.instance().install` , AndroidGodEye will install automatically, change this behavior by add resource `true` - You do not need to call `GodEyeHelper.startMonitor`, AndroidGodEye will install automatically, change this behavior by add resource `true` - You can custom Monitor port by add resource `5390` ### Removed - android-godeye-monitor-noop removed, only `debugImplementation 'cn.hikyson.godeye:godeye-monitor:VERSION_NAME'` needed. - You can not call api in `GodEyeMonitor` directly, apis have been transfered to `GodEyeHelper` ## 3.3.1 ### Deprecated - Changed `` to `` and `LeakConfig.debug` is deprecated ## 3.3.0 ### Changed - Upgrade methodcanary to 0.15.4, support gradle DSL setting - `AndroidGodEye{ enableLifecycleTracer true }` of apply plugin: 'cn.hikyson.methodcanary.plugin' - `AndroidGodEye{ enableMethodTracer true }` of apply plugin: 'cn.hikyson.methodcanary.plugin' - `AndroidGodEye{ instrumentationRuleFilePath "AndroidGodEye-MethodCanary.js" }` of apply plugin: 'cn.hikyson.methodcanary.plugin' - `AndroidGodEye{ instrumentationRuleIncludeClassNamePrefix(["cn/hikyson/godeye/sample"]) }` of apply plugin: 'cn.hikyson.methodcanary.plugin' - Optimize notification content ### Added - Config assets install.config section "leakCanary" added - ModuleName.LEAK_CANARY, use this to install leak module - Must add dependency ":android-godeye-toolboxes:android-godeye-leakcanary" if you need leak module - GodEye added api install(final GodEyeConfig godEyeConfig, NotificationConfig notificationConfig) and install(final GodEyeConfig godEyeConfig, boolean enableNotification) - Added notification module to debug dashboard - Notification module ### Deprecated - LeakDetector - LeakConfig.debugNotification - LeakConfig.leakRefInfoProvider - ModuleName.LEAK - Sm module debug notification param - GodEye.init(application), you don't need to call this function as it will be called automatically when app startup ### Removed - Config assets install.config section "leakMemory" removed ### Fixed - Fps error when debugging - Thread module install default config error ## 3.2.2 ### Changed - Upgrade method canary to 0.15.2 - Add pageload lifecycle cost time to dashabord - Pageload time unit changed to millis - MethodCanary time unit changed to millis - Add page lifecycle methods cost time - Upgrade method canary - Optimize display of image canary - Upgrade method canary to 0.13.5, change 'MethodCanary.js' to 'AndroidGodEye-MethodCanary.js' - Sample package name changed - Build script changed for Github release ## 3.2.1 ### Changed - Add release notes to github release - Change gradle script and repository url - Readme - Debug dashboard Thread add thread group - View canary ui change(always show border) - Thread module output threadInfo instead of Thread - Thread module replace threadRunningProcess to threadTag - Cpu/Fps/Heap/Pss/Ram/ThreadDump/Traffic will output last info when event send before being observed - add return value to module install method, return true if install success. - Module config remove application, use GodEye.instance().getApplication() - Block module change function name:addBlockInterceptor -> setBlockListener ### Added - Unit test - Thread module add config ThreadTagger to tag for thread - Unit test - Unit test - Add Unit test ### Deprecated - GodEyeMonitor.setClassPrefixOfAppProcess - GodEyeMonitor.setThreadRunningProcessClassifier ### Removed - remove some function in ReflectUtil class - IoUtil\GsonUtil\GsonSerializer ### Fixed - Build error - Unit test failed - Crash failed unit test ## 3.2.0 ### Added - Block module config can be cached when change in debug monitor dashboard - Add some unitTests - Add unit test coverage ### Deprecated - GodEyeHelper.inspectView, you do not need to call this function ### Changed - ViewCanary: auto detect view issue, overdraw and depth - ImageCanary: change detect time - Modules config class path changed, eg. GodEyeConfig.AppSizeConfig -> cn.hikyson.godeye.core.internal.modules.appsize.AppSizeConfig - Debug monitor dashboard's layout has been slightly adjusted, pageload has its own row - Add attention note text to Android Studio plugin ### Removed - Module config classes named xxxContext have been removed, just use xxxConfig, eg. AppSizeContext has been removed and just use AppSizeConfig instead - Remove some unused util class:DeviceUtils\FileUtil\NumberUtil\Preconditions\ShellUtil etc. ## 3.1.12 ### Added - Add ALL_MODULES field to GodEye class - Add ChoreographerInjecor for unit test ### Fixed - Error when Battery is shutting down if receiver is not registered ## 3.1.11 ### Changed - ImageCanary support "ImageView is visible or not" ## 3.1.10 ### Changed - Android Studio plugin and shell/bat script of AndroidGodEye updated and can auto identify ports ### Fixed - Long text of MethodCanary's method tree display not complete - Main thread color of MethodCanary should be black ## 3.1.9 ### Fixed - MethodCanary method tree show wrong ### Changed - ImageCanary support preview ## 3.1.8 ### Fixed - Crash when ImageCanary install in not main thread ### Changed - Refactor thread util ## 3.1.7 ### Fixed - GodEyeHelper.stopMethodCanaryRecording error ## 3.1.6 ### Changed - Keep imageIssue class impl serializable ## 3.1.5 ### Added - GodEyeHelper class add some helper methods:inspectView、methodCanaryStart/StopMonitor ### Changed - Removed ImageCanary config(ImageCanaryConfigProvider):BitmapInfoAnalyzer - ImageCanary will not be output issues which have been output before ## 3.1.4 ### Added - Image Canary ## 3.1.3 ### Added - ImageCanary ### Changed - Migrate to androidx - Split android-godeye-toolbox to android-godeye-okhttp and android-godeye-xcrash - Crash output CrashInfo list instead of Map