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

Add preRelease build type to distribute release build with Chucker #570

Open
hoangnguyen92dn opened this issue Jan 5, 2024 · 1 comment

Comments

@hoangnguyen92dn
Copy link
Contributor

Why

As of now, many applications are being built with Compose UI. Besides the efficiency of using Compose, there is a noticeable issue in the app performance. This performance issue is not only in the implementation-wise; the Compose framework itself causes lagginess in the debug build.

The main purpose of distributing the debug build is to enable Chucker logs for Project Managers/Testers to perform Quality Assurance on backend tasks and investigate API issues during app testing.

📚 Following the best practice guideline, enabling the release build to boost the app performance

image

🙋 Question!? Then how the PM/Tester verify the API request and response with Chucker?

💡 Solution:

Creating a new build type in the middle of release and debug build that called preRelease:

Release <-> PreRelease <-> Debug

🍀 The further benefits of applying the preRelease build type is to detecting issue on release build such as code obfuscation with Proguard as soon as possible to avoid crashes.

Who Benefits?

Developers, PMs

@luongvo
Copy link
Member

luongvo commented May 28, 2024

@ryan-conway @hoangnguyen92dn This should be a higher priority as well. Please plan for it 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants