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

Application crach when open chrome://inspect #64

Open
Paul75 opened this issue Oct 4, 2017 · 16 comments
Open

Application crach when open chrome://inspect #64

Paul75 opened this issue Oct 4, 2017 · 16 comments

Comments

@Paul75
Copy link

Paul75 commented Oct 4, 2017

Hello,

I implemetn the Stetho realm plugin but when I launch the chrome://inspect and click to see my phone, the application crash ? Why ? No see any error in console.

@abou7mied
Copy link

See #62

@rinkeshjain
Copy link

+1

@Zhuinden
Copy link

You guys do realize that you can use Realm Studio to see contents of the Realm with Windows 8.1+, Ubuntu, or Mac, right?

https://realm.io/products/realm-studio/

@Paul75
Copy link
Author

Paul75 commented Nov 14, 2017 via email

@Zhuinden
Copy link

Oh, I guess not directly. AS 3.0 does allow taking the file from the data folder and copy it out quite easily with the Device File Explorer, though.

@Paul75
Copy link
Author

Paul75 commented Nov 14, 2017

but I i want to export the file it not found ?

see screen (fr.laposte.gompost) :
android_device_monitor

@Zhuinden
Copy link

Zhuinden commented Nov 14, 2017

Is the app in debug mode or release?

@Paul75
Copy link
Author

Paul75 commented Nov 14, 2017 via email

@FernandoWahl
Copy link

#62 This is the problem

@tscyds
Copy link

tscyds commented Dec 20, 2017

com.uphyca:stetho_realm:2.2.2 cannot support on realm 4.3.1

@SarthakM9
Copy link

any updates for realm 4.3.1 support?

@mlostekk
Copy link

Is this not maintained anymore?

@SarthakM9
Copy link

Presently I am using this workaround: (Presently using Realm v4.3.2 )

In your app's build.gradle
debugImplementation "com.uphyca:stetho_realm:2.2.0"

In your project's build.gradle

allprojects {
    repositories {
        maven { url 'https://github.com/mak0t0san/stetho-realm/raw/master/maven-repo' }
    }
}

Hope it helps!

@mlostekk
Copy link

Hey thanks for the link. But with this i am getting a connection lost with

Exception has been thrown: Realm at path '/data/data/com.my.app/files/default.realm' already opened with a different schema mode

@CaptainRuby
Copy link

CaptainRuby commented Mar 2, 2018

thanks @SarthakM9
I am using Realm v4.3.3

In my app's build.gradle

debugImplementation "com.uphyca:stetho_realm:2.2.0"

In my project's build.gradle

allprojects {
    repositories {
        maven { url 'https://github.com/mak0t0san/stetho-realm/raw/master/maven-repo' }
    }
}

then it works!

@hram
Copy link

hram commented Apr 13, 2018

@Zhuinden do not mislead developers and do not compare Realm Studio with inspection in chrome
I download Realm Studio and can do nothing

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

No branches or pull requests

10 participants