Stay organized with collections
Save and categorize content based on your preferences.
Android optimization tools and APIs are designed to find performance bottlenecks
and determine device limitations while maximizing performance at sustainable
levels for games and graphic-intensive apps.
Android GPU Inspector (AGI): An Android system profiling tool that
provides advanced GPU tracing and analysis for games and graphic intensive
apps.
Android Performance Tuner (APT): Find
performance issues related to quality settings, scenes, load times, and
device models in your game.
Memory Advice API: Provide memory use
estimates and threshold notifications to your game so it can stay at optimal
levels that avoid LMKs.
Game Mode API: Optimize gameplay by prioritizing
characteristics, such as performance or battery life based on users settings
or game specific configurations.
Perfetto: Collects system-wide
performance information and displays it in a web-based UI.
Systrace: Records system activity and generates
reports that help identify performance issues.)
CPU Profiler: Inspect your app's CPU
usage and thread activity, either in real time or from recorded traces.
Meminfo class: Records a
snapshot of your app's memory allocation. You can also use this feature through the
meminfo dumpsys command.
Bug report: View device logs, stack traces, and
other diagnostic information to help you find and fix bugs in your app.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-06-30 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-06-30 UTC."],[],[],null,["# Android game optimization\n\nAndroid optimization tools and APIs are designed to find performance bottlenecks\nand determine device limitations while maximizing performance at sustainable\nlevels for games and graphic-intensive apps.\n\n- [Android GPU Inspector (AGI)](/agi): An Android system profiling tool that\n provides advanced GPU tracing and analysis for games and graphic intensive\n apps.\n\n- [Android Performance Tuner (APT)](/games/sdk/performance-tuner): Find\n performance issues related to quality settings, scenes, load times, and\n device models in your game.\n\n- [Android Dynamic Performance Framework (ADPF)](/games/optimize/adpf):\n Optimize games based on the dynamic thermal, CPU, and GPU management features\n of each device.\n\n- [Memory Advice API](/games/sdk/memory-advice/overview): Provide memory use\n estimates and threshold notifications to your game so it can stay at optimal\n levels that avoid LMKs.\n\n- [Game Mode API](/games/gamemode): Optimize gameplay by prioritizing\n characteristics, such as performance or battery life based on users settings\n or game specific configurations.\n\n- [Perfetto](https://perfetto.dev/docs/): Collects system-wide\n performance information and displays it in a web-based UI.\n\n- [Systrace](/topic/performance/tracing): Records system activity and generates\n reports that help identify performance issues.)\n\n- [CPU Profiler](/studio/profile): Inspect your app's CPU\n usage and thread activity, either in real time or from recorded traces.\n\n- [`Meminfo` class](/reference/android/os/Debug.MemoryInfo): Records a\n snapshot of your app's memory allocation. You can also use this feature through the\n [`meminfo dumpsys`](/studio/command-line/dumpsys#meminfo) command.\n\n- [Bug report](/studio/debug/bug-report): View device logs, stack traces, and\n other diagnostic information to help you find and fix bugs in your app."]]