Tag

mobile logging

0 views collected around this technical thread.

Zhuanzhuan Tech
Zhuanzhuan Tech
Jul 2, 2024 · Mobile Development

Evolution and Design of the Lego Logging System for Mobile Applications

This article describes the four-stage evolution of the Lego client‑side logging system—covering its initial zero‑to‑one architecture, the separation of business and technical logs, real‑time reporting improvements, and the latest architecture redesign that boosts performance, reduces overhead, and provides a safe migration path.

architecturemigration strategymobile logging
0 likes · 14 min read
Evolution and Design of the Lego Logging System for Mobile Applications
JD Retail Technology
JD Retail Technology
Jul 26, 2021 · Mobile Development

Design and Implementation of a High‑Performance Mobile Logging System Using mmap

This article describes the design, mmap‑based implementation, architecture, and performance evaluation of a lightweight, low‑overhead mobile logging SDK for Android/iOS, highlighting its compression, encryption, policy‑driven upload, and significant CPU and GC improvements over traditional Java log libraries.

MMAPNativeSDK
0 likes · 12 min read
Design and Implementation of a High‑Performance Mobile Logging System Using mmap
58 Tech
58 Tech
Mar 18, 2019 · Mobile Development

Design and Implementation of a Mobile Log Retrieval Component

This article presents the background, requirements, and technical solution of a mobile log retrieval component that ensures secure, complete, and efficient log collection, storage, and on‑demand retrieval for iOS and Android applications, including design details such as mmap‑based writing, stream compression, multi‑process handling, and a management platform.

AndroidMMAPiOS
0 likes · 11 min read
Design and Implementation of a Mobile Log Retrieval Component