27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
লগ সেভার
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
Tradefed-এ লগ সেভার হল মূল কনফিগারেশনের অংশ এবং এটি একটি অনন্য বস্তু যা লগ সংরক্ষণ করে এবং ফলাফল রিপোর্টারদের কাছে ঘটনা প্রচার করে।
মূল ইন্টারফেস
লগ সেভারের প্রধান ইন্টারফেস, ILogSaver
, একটি ফাইল কীভাবে সংরক্ষণ করা হয় তা বর্ণনা করে। যখন আহ্বান করা হয়, ILogSaver
LogFile
ফেরত দেয়, যা সংরক্ষিত ফাইল এবং ফলাফল রিপোর্টারদের ব্যবহার করার জন্য এর মেটাডেটা বর্ণনা করে।
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 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-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# Log saver\n\nThe log saver in Tradefed is part of the\n[main configuration](/docs/core/tests/tradefed/architecture/xml-config) and is a unique\nobject handling the saving of the logs and propagating the events to result\nreporters.\n\nCore interface\n--------------\n\nThe main interface of the log saver,\n[`ILogSaver`](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/invocation_interfaces/com/android/tradefed/result/ILogSaver.java),\ndescribes how a file is saved.\nWhen invoked, `ILogSaver` returns\n[`LogFile`](https://android.googlesource.com/platform/tools/tradefederation/+/refs/heads/android16-release/invocation_interfaces/com/android/tradefed/result/LogFile.java),\nwhich describes the saved file and its metadata for the result reporters to consume."]]