- NullPointerException in LocalNotificationListenerService: #73
- Module obj will still be cached in GodEye even it installed failed
- Add config
<bool name="android_god_eye_need_notification">true</bool>
and<string name="android_god_eye_install_assets_path">android-godeye-config/install.config</string>
- You do not need to call
GodEye.instance().install
, AndroidGodEye will install automatically, change this behavior by add resource<bool name="android_god_eye_manual_install">true</bool>
- You do not need to call
GodEyeHelper.startMonitor
, AndroidGodEye will install automatically, change this behavior by add resource<bool name="android_god_eye_manual_install">true</bool>
- You can custom Monitor port by add resource
<integer name="android_god_eye_monitor_port">5390</integer>
- 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 toGodEyeHelper
- Changed
<leakCanary debug="true" />
to<leakCanary />
andLeakConfig.debug
is deprecated
- 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
- 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
- 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
- Config assets install.config section "leakMemory" removed
- Fps error when debugging
- Thread module install default config error
- 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
- 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
- Unit test
- Thread module add config ThreadTagger to tag for thread
- Unit test
- Unit test
- Add Unit test
- GodEyeMonitor.setClassPrefixOfAppProcess
- GodEyeMonitor.setThreadRunningProcessClassifier
- remove some function in ReflectUtil class
- IoUtil\GsonUtil\GsonSerializer
- Build error
- Unit test failed
- Crash failed unit test
- Block module config can be cached when change in debug monitor dashboard
- Add some unitTests
- Add unit test coverage
- GodEyeHelper.inspectView, you do not need to call this function
- 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
- 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.
- Add ALL_MODULES field to GodEye class
- Add ChoreographerInjecor for unit test
- Error when Battery is shutting down if receiver is not registered
- ImageCanary support "ImageView is visible or not"
- Android Studio plugin and shell/bat script of AndroidGodEye updated and can auto identify ports
- Long text of MethodCanary's method tree display not complete
- Main thread color of MethodCanary should be black
- MethodCanary method tree show wrong
- ImageCanary support preview
- Crash when ImageCanary install in not main thread
- Refactor thread util
- GodEyeHelper.stopMethodCanaryRecording error
- Keep imageIssue class impl serializable
- GodEyeHelper class add some helper methods:inspectView、methodCanaryStart/StopMonitor
- Removed ImageCanary config(ImageCanaryConfigProvider):BitmapInfoAnalyzer
- ImageCanary will not be output issues which have been output before
- Image Canary
- ImageCanary
- Migrate to androidx
- Split android-godeye-toolbox to android-godeye-okhttp and android-godeye-xcrash
- Crash output CrashInfo list instead of Map