パフォーマンスを把握する
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
アプリのパフォーマンスを追跡して分析することで、ユーザーの全体的なエクスペリエンスに関する貴重な分析情報を得ることができます。パフォーマンスのモニタリングにょり、潜在的な問題を発見し、その問題がより多くのユーザーに影響を与える前に、その経路を最適化できます。
Android Vitals
Android Vitals は、Android 搭載デバイスでの Google Play アプリの安定性とパフォーマンスの改善に役立ちます。最高のユーザー エクスペリエンスのために、アプリの指標をモニタリングし、優先順位を付けることをおすすめします。詳しくは、Android Vitals をご覧ください。
Firebase Performance Monitoring
Firebase Performance Monitoring は、アプリのパフォーマンス特性についての洞察を得るのに役立つサービスです。Performance Monitoring SDK を使用して、アプリからパフォーマンス データを収集し、Firebase コンソールでそのデータの確認と分析を行います。詳細については、Firebase Performance Monitoring をご覧ください。
JankStats ライブラリ
JankStats ライブラリを使用して、アプリのレンダリングが遅いフレームを追跡して分析し、ユーザーに影響するジャンク統計情報に関するレポートを生成します。これをアプリに統合する方法の詳細については、JankStats ライブラリをご覧ください。
継続的インテグレーション
CI パイプラインの一環としてベンチマークを実行してパフォーマンスを経時的に追跡し、更新をユーザーに向けてプッシュする前にパフォーマンスの低下(または改善)を確認します。詳しくは、継続的インテグレーションのベンチマークをご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-27 UTC。"],[],[],null,["# Monitor performance\n\nYou can track and analyze performance of your app for valuable insight about a\nuser's overall experience. You can monitor performance to identify potential\nissues and optimize for those paths before they impact more users.\n\nAndroid vitals\n--------------\n\nAndroid vitals helps you improve the stability and performance of Google Play\napps on Android-powered devices. For the best user experience, we recommend\nmonitoring and prioritizing your app vitals. For more information, see [Android\nvitals](/topic/performance/vitals).\n\nFirebase Performance Monitoring\n-------------------------------\n\nFirebase Performance Monitoring is a service that helps you gain insight into\nthe performance characteristics of your app. Use the Performance Monitoring SDK\nto collect performance data from your app, then review and analyze that data in\nthe Firebase console. For more information, see [Firebase Performance\nMonitoring](https://firebase.google.com/docs/perf-mon).\n\nJankStats library\n-----------------\n\nUse the JankStats library to track and analyze slow rendering frames in your app\nand generate reports on the jank statistics impacting your users. For more\ninformation about integrating this to your app, see [JankStats\nlibrary](/topic/performance/jankstats).\n\nContinuous integration\n----------------------\n\nRun benchmarks as part of your CI pipeline to track performance over time and\nrecognize performance regressions or improvements before you push the update to\nyour users. For more information, see [Benchmark in Continuous\nIntegration](/topic/performance/benchmarking/benchmarking-in-ci)."]]