Questions tagged [stetho]

Stetho is a debug bridge for Android applications

Stetho is a sophisticated debug bridge for Android applications. When enabled, developers have access to the Chrome Developer Tools feature natively part of the Chrome desktop browser.

Developers can also choose to enable the optional dumpapp tool which offers a powerful command-line interface to application internals.

73 questions
0
votes
2 answers

How to display a Realm database content?

I have Realm database on Android phone. And I am trying to save data to Realm database and then to fetch it from there. But I am not sure that I am doing it rightly, because it does not contain some data. I want to see that records in their raw…
yozhik
  • 4,644
  • 14
  • 65
  • 98
0
votes
1 answer

View local firebase database with Stheto on Android

I'm currently building an Android app which uses Firebases realtime database as it's backend. I observed, that getting the children of a node the first time takes longer so I assume, that Firebase uses a local database. However the local files seem…
buellas
  • 321
  • 4
  • 21
0
votes
2 answers

After export or import Realm library can't find Realm Objects

For export my realm file I am using the next code: File exportRealmFile; exportRealmFile = new File(Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DCIM),…
Delphian
  • 1,650
  • 3
  • 15
  • 31
0
votes
1 answer

Stetho - Android Studio Initialization

I am having trouble trying to use Stetho, I've tried to search and follow the steps provided by others but, it seems none of them highlight my problem. Below is what is in my needed files for Stetho utilization. My problem is it cannot identify the…
0
votes
1 answer

Integrating react-native With Existing Apps

com.facebook.stetho:stetho-okhttp:1.2.0 of react native conflict with my existing project components : compile 'com.facebook.stetho:stetho:1.4.2' the error: Error:Module 'com.facebook.stetho:stetho-okhttp:1.2.0' depends on one or more Android…
cdmalcl
  • 191
  • 1
  • 10
0
votes
1 answer

Realm database with encryption in android using Stetho, error to visualize into Chrome browser

I would like to view my Realm database into Chrome browser by using Stetho on Windows. When i not set the encryption key, i've no problem to visualize it, but since i've set it, my application crashes when i try to visualize the database throw my…
Fabrice
  • 105
  • 2
  • 7
0
votes
0 answers

Facebook Stetho on library project

I've created a library to be released as an aar. In this library I'm using Facebook Stetho so in my library dependencies I'm using: compile "com.facebook.stetho:stetho:1.4.1" I've also added the following lines to my library proguard file: -keep…
Favolas
  • 6,963
  • 29
  • 75
  • 127
0
votes
0 answers

Stetho unable to show response for few call in Chrome dev tools

Hi Guys I am using Stethofacebooklibrary with okhttp to debug and intercept http calls, it seems a pretty smooth ride except that for a few GET calls the dev tool in unable to show the JSON response and also shows those calls as "Pending" though…
0
votes
1 answer

the stetho has conflict with fastjson.jar

I want to use Stetho debuged my Andorid App,but Stetho has conflict with FastJson. Error:Execution failed for task ':app:transformResourcesWithMergeJavaResForDebug'. com.android.build.api.transform.TransformException:…
Galaxy
  • 13
  • 4
0
votes
1 answer

OkHttp upload PDF and PNG with Form Data

I have an app which will upload a PDF and PNG image file to the server, along with some other data. I'm using Stetho as inspector but everytime I try to open the log, it hangs and then crashes, so I have no idea if what I'm sending to the server is…
mugiwara528
  • 381
  • 5
  • 14
0
votes
1 answer

Trigger SqlBrite to update from Stetho debug bridge

I'm using SqlBrite for reactive database updates, and Stetho for debugging. From stetho, I can insert a new row into the database from the SQL console. Is there any way I can get this row I've manually inserted to trigger SqlBrite to update my UI?
eliasbagley
  • 1,237
  • 9
  • 17
0
votes
2 answers

Android build flavors with different Applications

I'm trying to separate debug and release functionality in my app. For instance I'm using Stetho and Mortar libraries. They both require overridden Application class. But I would like Stetho to be accessible only in debug build. There are at least…
oleg.semen
  • 2,901
  • 2
  • 28
  • 56
-1
votes
1 answer

How can I use ormlite with Stetho?

I'm now use Stetho(http://facebook.github.io/stetho/) to debug my app.But my database framework is ormlite and I can't inspect database in Chrome.Does it exist a method to achieve it? Edit1: I can just see some other database
tiny sunlight
  • 6,231
  • 3
  • 21
  • 42
1 2 3 4
5