Giter Site home page Giter Site logo

pakerwreah / inspector Goto Github PK

View Code? Open in Web Editor NEW
17.0 6.0 3.0 9.43 MB

Tool to inspect SQLite databases and intercept network requests from mobile applications.

Home Page: https://pakerwreah.github.io/InspectorWeb

License: MIT License

Ruby 0.04% Java 0.86% Shell 0.03% CMake 0.10% C++ 63.42% C 23.51% Swift 0.36% Objective-C 0.11% Objective-C++ 0.23% HTML 0.97% Dockerfile 0.02% Python 10.36%
stetho flipper sqlite jni mobile cross-platform inspect sqlcipher cpp debug debugging ndk android ios database socket websocket http okhttp

inspector's People

Contributors

pakerwreah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

inspector's Issues

Transactions are not rolling back automatically when query fails

When executing a script with multiple queries inside a transaction, it won't auto rollback when one of the queries fails.
This is, in fact, the default behavior for SQLite, but since it's not intuitive it should not be happening within Inspector.

  • In a single script, every query before the error will be committed to the database.
  • Executing multiple queries inside a transaction (in c++ code), all queries (ignoring errors) will be committed to the database.

Can't receive UDP broadcast from Android emulator

I used to test this with Genymotion and it worked well at the time, but now that I have an M1 Macbook I have to use the built in emulator, which apparently does not broadcast UDP datagrams to the host machine.

Since I don't have a real device available anymore, I can only hope this feature still works ๐Ÿ˜ž

Workflow CI

Create workflow to test building for Android, iOS and run Unit Tests.

Plugin websocket support

Ability to push messages from app to web in real time using websockets.

Developer notes

  • Check if compression works natively (Sec-WebSocket-Extensions)
    Safari: x-webkit-deflate-frame
    Chrome: permessage-deflate

How I can see the database logger ?

I downloaded the android app sample and ran it on my mobile device then I don't know how to see the database logs .
I went to this link http://localhost:30000/ but no avail , it shows this message : {"msg":"Route not found"}

So could you please clarify how to see them?

Inspector stops responding after the app is minimized and the device is locked

Inspector stops responding after the app is minimized and the device is locked.
When this happens, it gets a broken pipe signal and should recreate the socket before trying to bind to the port again.

Steps to reproduce (iOS)

  1. Open the app that is running Inspector
  2. Verify that the web interface gets populated
  3. Minimize the app and lock the device
  4. Unlock the device and reopen the app
  5. Try to reload anything on the web interface and verify that it doesn't work anymore

ps.: This is not time sensitive, it happens immediately.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.