DoKit icon indicating copy to clipboard operation
DoKit copied to clipboard

一款面向泛前端产品研发全生命周期的效率平台。

Results 205 DoKit issues
Sort by recently updated
recently updated
newest added

> Android 还是 iOS?系统版本是多少?手机品牌是什么? * archive 机器 macbook pro m1 , 系统:macos 11.4 > 期望的表现和实际的表现。 * 可正常使用 withload subspecs > 问题重现的步骤。 * 项目中引入 'DoraemonKit/WithLoad' 后 archive 失败 (应该是 DoraemonLoadAnalyze 动态库问题)...

插件版本:v3.3.5和v3.4.3.1 gradle.properties配置: ``` DOKIT_PLUGIN_SWITCH=true DOKIT_LOG_SWITCH=true DOKIT_METHOD_SWITCH=true DOKIT_METHOD_STRATEGY=1 ``` 慢函数配置: ``` normalMethod { thresholdTime 100 packageNames = ["xxx.xxx.xxx"] } ``` 我配置的是100ms,但是最终发现插装的代码里面,阈值变成了500ms(部分是100ms,部分是500ms) ``` MethodCostUtil.INSTANCE.recodeObjectMethodCostStart(500, "com.xxx.xxx.xxActivity&onCreate", this); ``` 日志里面看到thresholdTime也是500ms,请问是哪里出问题了吗? ps: 3.5.0.1压根就没有插装,同样的配置。是不是我使用有问题呢

我第一次配置哆啦A梦,启动不起来,一直报错,错误的日志如下,请问怎么解决呀 Execution failed for task ':app:transformClassesWithProfilerForDebug'. > com.google.common.io.Files.fileTreeTraverser()Lcom/google/common/collect/TreeTraverser;

java.lang.IllegalStateException: Unable to extract the trust manager on Android10Platform, sslSocketFactory is class com.android.org.conscrypt.OpenSSLSocketFactoryImpl at okhttp3.OkHttpClient$Builder.sslSocketFactory(OkHttpClient.kt:751) at com.didichuxing.doraemonkit.aop.urlconnection.ObsoleteUrlFactory$OkHttpsURLConnection.setSSLSocketFactory(ObsoleteUrlFactory.java:1300) at com.tencent.imsdk.looper.HttpClient$3.run(HttpClient.java:135) at java.util.concurrent.ThreadPoolExecutor.processTask(ThreadPoolExecutor.java:1187) at java.util.concurre

1、App未打开 2、接收到离线推送,点击推送,会打开一个消息处理页面,处理完即finish,并且唤起App主页 在唤起过程中如下错误: AndroidRuntime: FATAL EXCEPTION: main Process: com.fanggeek.agent, PID: 15455 java.lang.NullPointerException: Parameter specified as non-null is null: method kotlin.jvm.internal.Intrinsics.checkNotNullParameter, parameter activity at com.didichuxing.doraemonkit.DoKit$Companion.getDoKitView(Unknown Source:2) at com.didichuxing.doraemonkit.DoKit.getDoKitView(Unknown Source:2) at com.didichuxing.doraemonkit.kit.timecounter.counter.ActivityCounter.print(ActivityCounter.java:145)...

bug
Platform: Android

API 29 错误日志 ```log --------- beginning of system 11-22 06:53:05.031 1924 3222 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.fangstar.fstarbrokertest/com.fangstar.starmate.WelcomeActivity bnds=[237,1072][439,1354]} from uid 10026 11-22 06:53:05.036 1605 3888 W audio_hw_generic:...

bug
Platform: Android

高德地图导航版本: amapNavi3dmap = 'com.amap.api:navi-3dmap:8.1.0_3dmap8.1.0', DoKit版本:"io.github.didi.dokit:dokitx:3.5.0.1" 异常信息: 2021-11-23 14:06:53.805 E/navi: 隐私合规校验失败: errorCode : 555570 原因:***确保调用SDK任何接口前先调用更新隐私合规updatePrivacyShow、updatePrivacyAgree两个接口并且参数值都为true,若未正确设置有崩溃风险*** 使用navi SDK 功能前请设置隐私权政策是否弹窗告知用户 2021-11-23 14:06:53.806 V/Doraemon: ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────── │ main, com.didichuxing.doraemonkit.util.LogHelper.e(LogHelper.java:29) │ com.didichuxing.doraemonkit.kit.core.AbsDokitView.performCreate(AbsDokitView.kt:259) ├┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄┄ │ [com.didichuxing.doraemonkit.kit.lbs.route.AMapRealNavMockView]: e===>***确保调用SDK任何接口前先调用更新隐私合规updatePrivacyShow、updatePrivacyAgree两个接口并且参数值都为true,若未正确设置有崩溃风险***...

bug
Platform: Android

It is recommended to refer to the following process before submitting issues:https://github.com/didi/DoraemonKit/issues/745 If you still cannot solve your problem, you can submit your issue according to the following template Please...

bug
Platform: Flutter

UI结构查看不到层级,往下滑动到一半位置再往下滑动无法滑动,

bug
Platform: iOS