KasoGG
KasoGG
同样的问题,用MediaStore.Images.Media.EXTERNAL_CONTENT_URI就能显示
找到问题了,把MediaStore.Files.FileColumns.SIZE>0判断条件去掉就好了,有的第三方app插入图库的时候没按规范插入size导致查询时候被过滤了
乐固同样的问题,部分类能生效
用1.19.14.16,用的乐固vmp加固,同样有这个问题,MainActivity的全没生效,其它类就生效了
Is there a way to manual install Logcat Integration? I don't want to install with the Sentry Android Gradle Plugin. @buenaflor
> @kasogg You would have to manually replace all of your `Log.e/d/w...` calls with `SentryLogcatAdapter.e/d/w...`, though the class is marked as [Internal](https://github.com/getsentry/sentry-java/blob/e9e1695a35d1415424530683ae6cc0cde1d1acbe/sentry-android-core/src/main/java/io/sentry/android/core/SentryLogcatAdapter.java#L16-L17), so we do not guarantee api stability. >...
I encountered the same problem. After I set profilesSampleRate = 1.0, it crashed when using app(occasionally). After I removed profilesSampleRate(tracesSampleRate remains 1.0), no crash happens. SentryAndroid.init(application) { options -> options.isDebug...
@markushi compileSdkVersion : 32, buildToolsVersion : "32.0.0", minSdkVersion : 23, targetSdkVersion : 32, appcompat_v7 : 'androidx.appcompat:appcompat:1.4.1', activity : 'androidx.activity:activity:1.3.1', fragment : 'androidx.fragment:fragment:1.3.6', design : 'com.google.android.material:material:1.0.0', kotlin_stdlib : "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.7.20", constraint_layout :...
> I created a simple project but crash not happened. I'm not sure which code cause the crash.