Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more.
by facebookJava
Last 12 weeks ยท 0 commits
4 of 6 standards met
Repository: facebook/stetho. Description: Stetho is a debug bridge for Android applications, enabling the powerful Chrome Developer Tools and much more. Stars: 12713, Forks: 1120. Primary language: Java. Languages: Java (97.9%), JavaScript (1.1%), Python (0.9%), Shell (0.1%). License: MIT. Homepage: http://facebook.github.io/stetho/ Latest release: v1.6.0 (4y ago). Open PRs: 19, open issues: 65. Last activity: 1y ago. Community health: 75%. Top contributors: jasta, rickbrew, longinoa, friederbluemle, potyl, mdzyuba, sromku, frett, felipecsl, blavalla and others.
Hello everyone, I've been using Stetho for over a year in my Macbook Pro (Intel Chip). Since yesterday after I try to inspect my app through the device via Chrome. A badly rendered DevTool window appears which doesn't show anything. Here's a screenshot: !Screenshot 2021-03-04 at 16 34 03 I've tried to use another device already. Restarted my Laptop, re-installed Chrome. Nothing appears to be working anymore. ๐ Any ideas? Thank you in advance.
โ Summary This PR addresses a potential data race in . The method lazily initializes mTableNames, which can lead to race conditions if accessed concurrently by multiple threads. While other methods reading this field may be benign, concurrent execution of getTableNames could result in initialization errors. ๐ง Changes Made Marked as synchronized to ensure thread-safe lazy initialization of mTableNames.
1. Fix the issue that CDT contents are disordered, new WEBKIT_REV is from https://chromedevtools.github.io/devtools-protocol/ 2. Fix the issue that latest chrome(119 or 120) can not dicover Stetho