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

Setup Flipper. #43

Closed
wants to merge 1 commit into from
Closed

Setup Flipper. #43

wants to merge 1 commit into from

Conversation

bmarty
Copy link
Member

@bmarty bmarty commented Jan 18, 2023

Closes #40

This is quite limited, since network on DB are handle by the Rust SDK, so this cannot really be plugged to Flipper. Also there is no Plugin to investigate Jetpack Compose structure (and this will not be supported by the core team, see facebook/flipper#2366).

Can still be useful to take screen shot or video, watch logs, inspect shared preferences and investigate crashes.

This PR set up the tool, so later we may add more plugins.

@bmarty bmarty requested review from a team and ganfra and removed request for a team January 18, 2023 10:16
@ElementBot
Copy link
Collaborator

Warnings
⚠️

Please add a changelog. See instructions here

Generated by 🚫 dangerJS against f5b84c88be4c52b52ef4cd3ebb09432fa43c49d5

@ElementBot
Copy link
Collaborator

Warnings
⚠️

app/build.gradle.kts#L175 - A newer version of com.android.tools:desugar_jdk_libs than 1.2.2 is available: 2.0.0

Generated by 🚫 dangerJS against f5b84c88be4c52b52ef4cd3ebb09432fa43c49d5

@ElementBot
Copy link
Collaborator

Warnings
⚠️

Please add a changelog. See instructions here

Generated by 🚫 dangerJS against d88104f

@ElementBot
Copy link
Collaborator

Warnings
⚠️

app/build.gradle.kts#L176 - A newer version of com.android.tools:desugar_jdk_libs than 1.2.2 is available: 2.0.0

Generated by 🚫 dangerJS against d88104f


class VectorFlipperProxy(
private val context: Context,
) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ganfra I am not sure that adding this class with alter ego no-op versions is the best way to handle no-op version. WDYT?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say we have 2 options:

  • do not call the initializer if not debug
  • isEnabled could also check if it's debug or not ?

@bmarty
Copy link
Member Author

bmarty commented Jan 19, 2023

This tool does not bring a lot to the project, let's not add it for now.

@bmarty bmarty closed this Jan 19, 2023
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

Successfully merging this pull request may close these issues.

Flipper
3 participants