DeviceUnresponsiveException

public class DeviceUnresponsiveException
extends DeviceNotAvailableException

java.lang.Object
com.android.tradefed.error.HarnessException
com.android.tradefed.device.DeviceNotAvailableException
com.android.tradefed.device.DeviceUnresponsiveException


تخصص DeviceNotAvailableException يشير إلى أن الجهاز مرئي لـ adb ، ولكنه لا يستجيب (على سبيل المثال ، انتهاء مهلة الأوامر ، عدم التمهيد ، إلخ)

ملخص

المنشأت العامة

DeviceUnresponsiveException (String msg, String serial)

ينشئ DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, String serial, ErrorIdentifier errorId)

ينشئ DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, Throwable cause, String serial)

ينشئ DeviceUnresponsiveException .

DeviceUnresponsiveException (String msg, Throwable cause, String serial, ErrorIdentifier errorId)

ينشئ DeviceUnresponsiveException .

المنشأت العامة

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

ينشئ DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

serial String : تسلسل الجهاز المعني.

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial, 
                ErrorIdentifier errorId)

ينشئ DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

serial String : تسلسل الجهاز المعني.

errorId ErrorIdentifier : معرف الخطأ لهذا الخطأ.

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial)

ينشئ DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

cause Throwable : ERROR(/Throwable) الذي تسبب في عدم توفر الجهاز.

serial String : تسلسل الجهاز المعني.

DeviceUnresponsiveException

public DeviceUnresponsiveException (String msg, 
                Throwable cause, 
                String serial, 
                ErrorIdentifier errorId)

ينشئ DeviceUnresponsiveException .

حدود
msg String : رسالة وصفية.

cause Throwable : ERROR(/Throwable) الذي تسبب في عدم توفر الجهاز.

serial String : تسلسل الجهاز المعني.

errorId ErrorIdentifier : معرف الخطأ لهذا الخطأ.