Facebook’s open source desktop debugging platform for mobile developers

Facebook’s open source desktop debugging platform for mobile developers

2022-09-02 0 676
Resource Number 38022 Last Updated 2025-02-24
¥ 0USD Upgrade VIP
Download Now Matters needing attention
Can't download? Please contact customer service to submit a link error!
Value-added Service: Installation Guide Environment Configuration Secondary Development Template Modification Source Code Installation

This issue features an open source desktop debugging platform for mobile developers by Facebook——Flipper。

Facebook’s open source desktop debugging platform for mobile developers插图

Flipper (formerly Sonar) is a platform for debugging iOS, Android, and React Native applications. Flipper itself only provides an architectural platform where developers can build plug-ins for business logic and use cases in applications, including plug-ins such as logging, layout checker, and network checker.

The Flipper desktop application connects to the mobile native SDK and can be used to send data to and from the device. Flipper has no restrictions on the type of data being sent, which allows for a better understanding of what’s going on inside the application in many different use cases. For example, you can view the state of the local cache, events that occur, or actions that are triggered on the application.

Facebook’s open source desktop debugging platform for mobile developers插图1

how to use

Flipper helps you debug Android, iOS, or even Web applications running in an emulator, emulator, connected physical development device, or browser. The Flipper consists of two parts:

  • desktop application
  • Native mobile SDKS for Android and iOS, clients for JavaScript, and even third-party clients that you can implement yourself or find on the web

Once Flipper is launched and the emulator/emulator or connected device is launched, you will start viewing the device logs (and any other device-level plugins that work with your device). To view application-specific data, you need to integrate the Flipper SDK into your application.

1. Installing the client

Mac: https://www.facebook.com/fbflipper/public/mac

Linux:https://www.facebook.com/fbflipper/public/linux

Windows: https://www.facebook.com/fbflipper/public/windows

2. Added to Android application

2.1 Add dependency

dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.119.0'
debugImplementation 'com.facebook.soloader:soloader:0.10.1'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.119.0'
}

2.2 Initialize in MyApplication

import com.facebook.flipper.android.AndroidFlipperClient;
import com.facebook.flipper.android.utils.FlipperUtils;
import com.facebook.flipper.core.FlipperClient;
import com.facebook.flipper.plugins.inspector.DescriptorMapping;
import com.facebook.flipper.plugins.inspector.InspectorFlipperPlugin;

public class MyApplication extends Application {
@Override
public void onCreate() {
super.onCreate();
SoLoader.init(this, false);
if (BuildConfig.DEBUG && FlipperUtils.shouldEnableFlipper(this)) {
final FlipperClient client = AndroidFlipperClient.getInstance(this);
client.addPlugin(new InspectorFlipperPlugin(this, DescriptorMapping.withDefaults()));
client.start();
}
}
}

2.3 Add to the AndroidManifest

<activity android:name="com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity"
android:exported="true"/>

3. Enable the plug-in in the client

By default, only the layout check plug-in is added to the client. You can add other plug-ins as required.

Add a network plug-in

rely on

dependencies {
  debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.119.0'
}

Instantiation plug-in

import com.facebook.flipper.plugins.network.NetworkFlipperPlugin;

NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin();
new NetworkingModule.CustomClientBuilder() {
    @Override
    public void apply(OkHttpClient.Builder builder) {
        builder.addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin));
    }
});
client.addPlugin(networkFlipperPlugin);

OkHttp integration

Since interceptors can modify requests and responses, Flipper interceptors are added after all other interceptors to get an accurate view of network traffic

import com.facebook.flipper.plugins.network.FlipperOkhttpInterceptor;

new OkHttpClient.Builder()
    .addNetworkInterceptor(new FlipperOkhttpInterceptor(networkFlipperPlugin))
    .build();

Facebook’s open source desktop debugging platform for mobile developers插图2

You can read more on your own.

资源下载此资源为免费资源立即下载
Telegram:@John_Software

Disclaimer: This article is published by a third party and represents the views of the author only and has nothing to do with this website. This site does not make any guarantee or commitment to the authenticity, completeness and timeliness of this article and all or part of its content, please readers for reference only, and please verify the relevant content. The publication or republication of articles by this website for the purpose of conveying more information does not mean that it endorses its views or confirms its description, nor does it mean that this website is responsible for its authenticity.

Ictcoder Free source code Facebook’s open source desktop debugging platform for mobile developers https://ictcoder.com/kyym/facebooks-open-source-desktop-debugging-platform-for-mobile-developers.html

Share free open-source source code

Q&A
  • 1, automatic: after taking the photo, click the (download) link to download; 2. Manual: After taking the photo, contact the seller to issue it or contact the official to find the developer to ship.
View details
  • 1, the default transaction cycle of the source code: manual delivery of goods for 1-3 days, and the user payment amount will enter the platform guarantee until the completion of the transaction or 3-7 days can be issued, in case of disputes indefinitely extend the collection amount until the dispute is resolved or refunded!
View details
  • 1. Heptalon will permanently archive the process of trading between the two parties and the snapshots of the traded goods to ensure that the transaction is true, effective and safe! 2, Seven PAWS can not guarantee such as "permanent package update", "permanent technical support" and other similar transactions after the merchant commitment, please identify the buyer; 3, in the source code at the same time there is a website demonstration and picture demonstration, and the site is inconsistent with the diagram, the default according to the diagram as the dispute evaluation basis (except for special statements or agreement); 4, in the absence of "no legitimate basis for refund", the commodity written "once sold, no support for refund" and other similar statements, shall be deemed invalid; 5, before the shooting, the transaction content agreed by the two parties on QQ can also be the basis for dispute judgment (agreement and description of the conflict, the agreement shall prevail); 6, because the chat record can be used as the basis for dispute judgment, so when the two sides contact, only communicate with the other party on the QQ and mobile phone number left on the systemhere, in case the other party does not recognize self-commitment. 7, although the probability of disputes is very small, but be sure to retain such important information as chat records, mobile phone messages, etc., in case of disputes, it is convenient for seven PAWS to intervene in rapid processing.
View details
  • 1. As a third-party intermediary platform, Qichou protects the security of the transaction and the rights and interests of both buyers and sellers according to the transaction contract (commodity description, content agreed before the transaction); 2, non-platform online trading projects, any consequences have nothing to do with mutual site; No matter the seller for any reason to require offline transactions, please contact the management report.
View details

Related Article

make a comment
No comments available at the moment
Official customer service team

To solve your worries - 24 hours online professional service