Tagged articles
3 articles
Page 1 of 1
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Apr 15, 2022 · Mobile Development

Using Battery Historian for Android Power Consumption Analysis

Battery Historian, a Google-provided visual tool for Android bugreport analysis, lets developers generate bugreports via ADB, examine system and app statistics such as screen‑on/off, wake‑locks, and charging behavior, and diagnose common power issues like slow charging, overheating, and unexplained drain.

AndroidBugReportbattery-historian
0 likes · 7 min read
Using Battery Historian for Android Power Consumption Analysis
360 Quality & Efficiency
360 Quality & Efficiency
Dec 10, 2019 · Mobile Development

Android Battery Power Consumption Testing Guide

This article explains why battery usage is critical for mobile apps, describes hardware‑based power measurement and the use of Google’s Battery Historian tool—including installation, command‑line data collection, parameter interpretation, and methods to improve test data validity.

Hardwarebatterybattery-historian
0 likes · 8 min read
Android Battery Power Consumption Testing Guide
Meituan Technology Team
Meituan Technology Team
Mar 8, 2018 · Mobile Development

App Battery Consumption Analysis and Optimization in Short Video Features

The article examines why short‑video list pages drain far more battery than detail pages, explains Android power‑profile calculations and testing with Battery Historian, and demonstrates code‑level fixes—replacing heavy layout animations with ValueAnimator—to dramatically reduce CPU‑intensive rendering and improve app battery efficiency.

Code OptimizationMobile Developmentandroid testing
0 likes · 10 min read
App Battery Consumption Analysis and Optimization in Short Video Features