Tag

Traceview

0 views collected around this technical thread.

Snowball Engineer Team
Snowball Engineer Team
Apr 2, 2022 · Mobile Development

Startup Optimization for the Snowball Android App: Principles, Problem Attribution, and Solutions

This article explains the fundamentals of Android app startup, categorizes cold, hot, and warm launches, identifies performance bottlenecks using tools like ADB, Systrace, and Traceview, and presents concrete optimization strategies for Application creation and splash-screen rendering that reduce launch time by up to 60 percent.

AndroidCold StartSystrace
0 likes · 12 min read
Startup Optimization for the Snowball Android App: Principles, Problem Attribution, and Solutions
360 Quality & Efficiency
360 Quality & Efficiency
Aug 27, 2018 · Mobile Development

Automated Analysis of Android Traceview Files for SDK Performance Monitoring

This article explains how to automatically generate and parse Android Traceview files to track SDK API response times, thread activity, and memory usage, detailing trace file structures, generation methods, and a workflow for collecting and analyzing performance data.

AndroidSDKTraceview
0 likes · 5 min read
Automated Analysis of Android Traceview Files for SDK Performance Monitoring