LogcatReceiver
public
class
LogcatReceiver
extends Object
implements
ILogcatReceiver
JavaScript.lang.Object | |
↳ | com.android.tradefed.device.LogcatReceiver |
מחלקה שאוספת Logcat ברקע. ממשיך לתעד את ה-Logcat גם אם המכשיר במצב אופליין ואז במצב אונליין.
סיכום
בנאים ציבוריים | |
---|---|
LogcatReceiver(ITestDevice device, String logcatCmd, long maxFileSize, int logStartDelay)
יצירת מכונה עם כל פקודת Logcat שצוינה |
|
LogcatReceiver(ITestDevice device, long maxFileSize, int logStartDelay)
יצירת מכונה עם threadtime ברירת המחדל של Logcat פורמט |
שיטות ציבוריות | |
---|---|
void
|
clear()
|
static
String
|
getDefaultLogcatCmd(ITestDevice device)
מקבלים את פקודת ברירת המחדל ל-Logcat, ומצרפים פורמט uid רק אם רמת ה-API > 24. |
InputStreamSource
|
getLogcatData(int maxBytes, int offset)
מחזירה את מאגר ה-Logcat הנוכחי בהינתן היסט. |
InputStreamSource
|
getLogcatData(int maxBytes)
|
InputStreamSource
|
getLogcatData()
|
void
|
start()
|
void
|
stop()
|
בנאים ציבוריים
LogcatReceiver
public LogcatReceiver (ITestDevice device, String logcatCmd, long maxFileSize, int logStartDelay)
יצירת מכונה עם כל פקודת Logcat שצוינה
פרמטרים | |
---|---|
device |
ITestDevice : המכשיר שבו צריך להפעיל את Logcat |
logcatCmd |
String : פקודת ה-logcat להרצה (כולל החלק 'logcat'), לפרטים על
האפשרויות הזמינות בהודעת העזרה של Logcat |
maxFileSize |
long : גודל הקובץ המקסימלי, השורות הקודמות יימחקו ברגע שהגודל יגיע |
logStartDelay |
int : משך ההשהיה לפני שהמכשיר יחובר לאינטרנט |
LogcatReceiver
public LogcatReceiver (ITestDevice device, long maxFileSize, int logStartDelay)
יצירת מכונה עם threadtime ברירת המחדל של Logcat פורמט
פרמטרים | |
---|---|
device |
ITestDevice : המכשיר שבו צריך להפעיל את Logcat |
maxFileSize |
long : גודל הקובץ המקסימלי, השורות הקודמות יימחקו ברגע שהגודל יגיע |
logStartDelay |
int : משך ההשהיה לפני שהמכשיר יחובר לאינטרנט |
שיטות ציבוריות
מחיקה
public void clear ()
getDefaultLogcatCmd
public static String getDefaultLogcatCmd (ITestDevice device)
מקבלים את פקודת ברירת המחדל ל-Logcat, ומצרפים פורמט uid רק אם רמת ה-API > 24.
פרמטרים | |
---|---|
device |
ITestDevice |
החזרות | |
---|---|
String |
getLogcatData
public InputStreamSource getLogcatData (int maxBytes, int offset)
מחזירה את מאגר ה-Logcat הנוכחי בהינתן היסט.
פרמטרים | |
---|---|
maxBytes |
int : הגודל המקסימלי של מאגר הנתונים הזמני שהוחזר |
offset |
int : הקיזוז של מאגר הנתונים הזמני המלא. |
החזרות | |
---|---|
InputStreamSource |
מאגר הנתונים הזמני של ה-Logcat מתחיל בהיסט. |
getLogcatData
public InputStreamSource getLogcatData (int maxBytes)
פרמטרים | |
---|---|
maxBytes |
int |
החזרות | |
---|---|
InputStreamSource |
התחל
public void start ()
עצירת ביניים
public void stop ()