Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add null checks before using element info #655

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mathroule
Copy link

Add null checks before using element info to fix issue #652.

@GaidamakUA
Copy link

GaidamakUA commented Jun 9, 2019

Please, accept this pull request. I can't use stetho at all without these checks.

@growupzyg
Copy link

so,now which version should i use to avoid this issues? the newest version is 1.5.1 still has this problem

@ajdevy
Copy link

ajdevy commented Feb 25, 2020

Here's the fix:

    implementation 'com.github.mathroule.stetho:stetho:bugfix~issue-652-SNAPSHOT'
    implementation("com.facebook.stetho:stetho-okhttp3:1.5.1") {
        exclude group: 'com.facebook.stetho'
    }

and add jitpack to your repositories:

buildscript {
    repositories {
        maven {
            url 'https://maven.fabric.io/public'
        }
    }
}

@gengjiawen
Copy link
Contributor

cc @jasta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants