Tag

Method Tracing

0 views collected around this technical thread.

OPPO Kernel Craftsman
OPPO Kernel Craftsman
Apr 21, 2023 · Mobile Development

Android Method Tracing: Implementation and Principles

Android method tracing, a Google‑provided Java‑level profiling tool, captures function‑level execution times via sampling or explicit enter/exit hooks, outlines its startup flow and collection categories, and describes recent Android advances such as JIT‑generated hooks and instrument‑based replacement of trace‑odex support.

Android DevelopmentInstrumentationMethod Tracing
0 likes · 9 min read
Android Method Tracing: Implementation and Principles
Beike Product & Technology
Beike Product & Technology
Nov 27, 2020 · Mobile Development

Beike Cold Start Optimization

This article details the optimization of cold startup times in Android applications using ASM and method tracing techniques to improve performance and user experience.

ASMCold StartMethod Tracing
0 likes · 17 min read
Beike Cold Start Optimization