chucker icon indicating copy to clipboard operation
chucker copied to clipboard

🔎 An HTTP inspector for Android & OkHTTP (like Charles but on device)

Results 106 chucker issues
Sort by recently updated
recently updated
newest added

## :warning: Is your feature request related to a problem? Please describe Right now model for an HTTP transaction is a big structure that kind of serves as bag for...

Please add an exception to skip node_modules api if integrated with react native. Also post /symbolicate api is called unnecessarily. So If I use Chucker with react native, many node_modules...

## :writing_hand: Describe the bug When trying to generate a macro benchmark, chucker does not work ``` Unresolved reference: chuckerteam ``` ## :bomb: Steps to reproduce 1. Go to https://developer.android.com/topic/performance/baselineprofiles...

## :warning: Is your feature request related to a problem? Please describe. One related problem is that when you perform a search in the response tab, any highlighted matches will...

work-in-progress
feature request

## :bulb: Describe the solution you'd like I want to see websocket messages send from server and messages send from client (application) ## :raising_hand: Do you want to develop this...

feature request

## :writing_hand: Describe the bug Project fails to build on mac M1 chipset due to an old version of Android's Room. This issue is resolved as of [version 2.4.0-alpha03](https://developer.android.com/jetpack/androidx/releases/room#2.4.0-alpha03) ##...

## :warning: Is your feature request related to a problem? Please describe We currently use chucker in our app and find it is a really helpful tool for debugging issues....

## :writing_hand: Describe the bug ``` D/StrictMode: StrictMode policy violation; ~duration=618 ms: android.os.strictmode.DiskWriteViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onWriteToDisk(StrictMode.java:1552) at libcore.io.BlockGuardOs.remove(BlockGuardOs.java:340) at libcore.io.ForwardingOs.remove(ForwardingOs.java:185) at android.app.ActivityThread$AndroidOs.remove(ActivityThread.java:7616) at java.io.UnixFileSystem.delete(UnixFileSystem.java:331) at java.io.File.delete(File.java:1037) at com.chuckerteam.chucker.internal.data.room.ChuckerDatabase$Companion.create(ChuckerDatabase.kt:22) at com.chuckerteam.chucker.internal.data.repository.RepositoryProvider.initialize(RepositoryProvider.kt:34) at...

## :writing_hand: Describe the bug When clicking on a transaction Chucker crashes with the following exception: Fatal Exception: androidx.fragment.app.strictmode.WrongFragmentContainerViolation Attempting to add fragment TransactionOverviewFragment{ff4002b} (ab14c612-b5e4-41c1-8a05-05a1816b3c62 id=0x7f0a037c) to container androidx.viewpager.widget.ViewPager{3b95f96 VFED........

## :writing_hand: Describe the bug I have followed the steps provided in the overview screen https://github.com/ChuckerTeam/chucker. Even after adding the dependency unable to resolve ChuckerInterceptor ## :bomb: Steps to reproduce...

incomplete