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

App Crashing on LGV30 #42

Open
haydenridd opened this issue Apr 12, 2020 · 5 comments
Open

App Crashing on LGV30 #42

haydenridd opened this issue Apr 12, 2020 · 5 comments
Labels
bug Something isn't working

Comments

@haydenridd
Copy link
Contributor

Crashing experienced after running app for a long time on my LGV30. Repeatable crash.

Hardware: LG-US998
Android Version: 8.0.0

Debug log:
Crash Log LGV30.txt

@nkumarcc
Copy link
Contributor

Note - this is on master branch not develop

@markingle
Copy link

I have the same issue with my LG device

@madhavajay
Copy link
Contributor

facebook/flipper#146

configurations.all {
    resolutionStrategy.eachDependency { DependencyResolveDetails details ->
        def requested = details.requested
        if (requested.group == "com.android.support") {
            if (!requested.name.startsWith("multidex")) {
                details.useVersion "26.+"
            }
        }
    }
}

@haydenridd
Copy link
Contributor Author

Just was able to replicate this again on the latest develop branch build! Looks to be a similar error. See attached log.
LGV30 Error - develop branch.txt

@madim
Copy link
Collaborator

madim commented Apr 23, 2020

@haydenridd looks like the crash is coming from TCN library. @Apisov can you pls take a look?

@redbassett redbassett added the bug Something isn't working label May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants