Coolpad Technology Team
Author

Coolpad Technology Team

Committed to advancing technology and supporting innovators. The Coolpad Technology Team regularly shares forward‑looking insights, product updates, and tech news. Tech experts are welcome to join; everyone is invited to follow us.

32
Articles
0
Likes
95
Views
0
Comments
Recent Articles

Latest from Coolpad Technology Team

32 recent articles
Coolpad Technology Team
Coolpad Technology Team
Mar 25, 2022 · Fundamentals

Enhanced Safety Coating (ESC) and CPACK/Steel‑Sheet Battery Solutions for Mobile Phone Batteries

The article reviews safety challenges of mobile phone lithium‑polymer batteries, introduces the Enhanced Safety Coating (ESC) layer and CPACK/steel‑sheet packaging technologies, and presents extensive needle‑penetration, bending, and temperature‑cycle test results demonstrating improved fire‑resistance and comparable capacity.

CPACKESC coatingbattery safety
0 likes · 11 min read
Enhanced Safety Coating (ESC) and CPACK/Steel‑Sheet Battery Solutions for Mobile Phone Batteries
Coolpad Technology Team
Coolpad Technology Team
Mar 24, 2022 · Mobile Development

Understanding and Analyzing Android ANR (Application Not Responding) Issues

This article explains the causes of Android ANR, details the input dispatching mechanism, presents key code paths in InputDispatcher, and provides a step‑by‑step analysis workflow—including system‑level factors, stack inspection, Binder problems, and memory‑related pitfalls—to help developers diagnose and resolve most ANR cases.

ANRAndroidBinder
0 likes · 25 min read
Understanding and Analyzing Android ANR (Application Not Responding) Issues
Coolpad Technology Team
Coolpad Technology Team
Mar 23, 2022 · Backend Development

Implementation of EROFS Tail‑Packing Inline Compression in Linux Kernel 5.17

This article explains the design and implementation of the EROFS tail‑packing inline compression feature merged in Linux kernel 5.17, covering modifications to the on‑disk format, mkfs and kernel code paths, new inode structures, map‑block handling, and performance considerations with detailed code excerpts.

EROFSFilesysteminline compression
0 likes · 16 min read
Implementation of EROFS Tail‑Packing Inline Compression in Linux Kernel 5.17
Coolpad Technology Team
Coolpad Technology Team
Dec 28, 2021 · Mobile Development

Introducing RheaTrace: An Enhanced Android Performance Tracing Tool

RheaTrace, an open‑source high‑performance tracing tool developed by ByteDance, extends Systrace by adding detailed I/O data, method‑level timing, and improved efficiency, offering Android developers a more comprehensive way to capture and analyze performance issues despite some setup complexities and platform limitations.

AndroidMobile DevelopmentRheaTrace
0 likes · 5 min read
Introducing RheaTrace: An Enhanced Android Performance Tracing Tool
Coolpad Technology Team
Coolpad Technology Team
Nov 6, 2021 · Mobile Development

Analysis of Intermittent Unresponsive Touch Events in Feishu Caused by Process D State and Memory Compression

The article investigates why the Feishu app sometimes fails to respond to swipe gestures after a hot start, tracing the issue to the app entering a D (uninterruptible) state during memory compression, and demonstrates how adjusting CPU priority for compression threads can reduce the problem's occurrence.

AndroidInput EventsProcess D State
0 likes · 8 min read
Analysis of Intermittent Unresponsive Touch Events in Feishu Caused by Process D State and Memory Compression