Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants