Giter VIP home page Giter VIP logo

Comments (7)

vbuberen avatar vbuberen commented on July 21, 2024 1

Hey @RazibKani
Thanks for reporting the issue.
Could you share details of the response, which caused this crash? Probably, you captured it via another network debugging tool? It would help us fix the issue faster.

from chucker.

RazibKani avatar RazibKani commented on July 21, 2024

Hi @vbuberen

Thanks for your response,

Unfortunately I don't have any supporting data for that crash.
It seems NPE happen intermittently

from chucker.

cortinico avatar cortinico commented on July 21, 2024

Unfortunately I don't have any supporting data for that crash.

Can you please share your build.gradle file (specifically the dependencies block)?

from chucker.

RazibKani avatar RazibKani commented on July 21, 2024

Here's my dependencies:

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
        exclude group: 'com.android.support', module: 'support-annotations'
    })

    implementation 'androidx.appcompat:appcompat:1.0.0'

    // Retrofit
    api 'com.squareup.retrofit2:adapter-rxjava:2.0.2'
    api 'com.jakewharton.retrofit:retrofit2-kotlin-coroutines-adapter:0.9.2'
    api 'com.squareup.retrofit2:converter-gson:2.0.2'
    api 'com.squareup.okhttp3:okhttp:3.1.2'
    api 'com.google.code.gson:gson:2.8.2'
    api 'com.squareup.retrofit:retrofit:1.7.1'
    api 'com.jakewharton.retrofit:retrofit1-okhttp3-client:1.0.2'
    api 'com.squareup.okhttp3:logging-interceptor:4.2.1'

    // Coroutine
    api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
    api "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion"

    // Reactive Android
    api 'io.reactivex:rxjava:1.1.6'
    api 'io.reactivex:rxandroid:1.2.1'

    // DBFlow
    kapt "com.github.Raizlabs.DBFlow:dbflow-processor:${DbFlow_version}"
    api "com.github.Raizlabs.DBFlow:dbflow-core:${DbFlow_version}"
    api "com.github.Raizlabs.DBFlow:dbflow:${DbFlow_version}"
    api "com.github.Raizlabs.DBFlow:dbflow-kotlinextensions:${DbFlow_version}"

    // Parcel
    api 'org.parceler:parceler-api:1.1.12'
    kapt 'org.parceler:parceler:1.1.12'

    // Apache
    api('org.apache.commons:commons-lang3:3.4') {
        transitive = true
    }
    implementation('commons-validator:commons-validator:1.5.1') {
        exclude group: 'commons-logging', module: 'commons-logging'
    }

    // Android Priority Queue
    implementation 'com.birbit:android-priority-jobqueue:2.0.1'

    // Event Bus
    implementation 'com.squareup:otto:1.3.8'

    // Kotlin Library
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"

    // stetho
    api "com.facebook.stetho:stetho-okhttp3:$stethoVersion"

    // eventbus
    api "org.greenrobot:eventbus:$eventbusVersion"

    // secure storage library
    implementation "de.adorsys.android:securestoragelibrary:$secureStorageLibraryVersion"

    debugApi "com.github.ChuckerTeam.Chucker:library:$chuckerVersion"
    releaseApi "com.github.ChuckerTeam.Chucker:library-no-op:$chuckerVersion"

    testImplementation 'junit:junit:4.12'
    testImplementation 'com.squareup.okhttp3:mockwebserver:3.6.0'

    api project(':happychat-android')
}

from chucker.

vbuberen avatar vbuberen commented on July 21, 2024

Thanks.
Could you recall how exactly this crash happened?
It happened in background or when you looked through the list of transactions or when you clicked on one of transactions? I tried to reproduce, but had no luck. Maybe you have some more clues about the crash.

from chucker.

cortinico avatar cortinico commented on July 21, 2024

@RazibKani Any reason why you're using releaseApi/debugApi rather than implementation configurations:

    debugApi "com.github.ChuckerTeam.Chucker:library:$chuckerVersion"
    releaseApi "com.github.ChuckerTeam.Chucker:library-no-op:$chuckerVersion"

from chucker.

vbuberen avatar vbuberen commented on July 21, 2024

Closing due to #223

from chucker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.