27 Mart 2025'ten itibaren AOSP'yi derlemek ve AOSP'ye katkıda bulunmak için aosp-main yerine android-latest-release kullanmanızı öneririz. Daha fazla bilgi için AOSP'de yapılan değişiklikler başlıklı makaleyi inceleyin.
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Sonuç bildiren kullanıcılar, getSummary geri çağırma işlevini kullanarak özet oluşturabilir.
Diğer sonuç raporlayanların, ITestSummaryListener arayüzü aracılığıyla tüm özetlere erişmesi mümkündür. Bu sayede diğer raporlayanların sonuçlarını kullanabilirler.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-27 UTC."],[],[],null,["# Result reporter summary\n\nResult reporters have the ability to generate a summary through their\n`getSummary` callback.\n\nIt is possible for other result reporters to have access to all summaries\nthrough the\n[ITestSummaryListener interface](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/invocation_interfaces/com/android/tradefed/result/ITestSummaryListener.java),\nwhich allows them to use other reporters' results.\n| **Note:** Result reporters run in order of definition in the Tradefed XML configuration. So a reporter usually only has access to summaries of reporters running before itself. This is not a very common scenario, and is used in limited ways by core result reporters."]]