Device UnresponsiveException

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 ایجاد می کند.

سازندگان عمومی

Device UnresponsiveException

public DeviceUnresponsiveException (String msg, 
                String serial)

یک DeviceUnresponsiveException ایجاد می کند.

مولفه های
msg String : یک پیام توصیفی.

serial String : سریال دستگاه مربوطه.

Device UnresponsiveException

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

یک DeviceUnresponsiveException ایجاد می کند.

مولفه های
msg String : یک پیام توصیفی.

serial String : سریال دستگاه مربوطه.

errorId ErrorIdentifier : شناسه خطا برای این خطا.

Device UnresponsiveException

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

یک DeviceUnresponsiveException ایجاد می کند.

مولفه های
msg String : یک پیام توصیفی.

cause Throwable : ریشه Throwable که باعث شده دستگاه در دسترس نباشد.

serial String : سریال دستگاه مربوطه.

Device UnresponsiveException

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

یک DeviceUnresponsiveException ایجاد می کند.

مولفه های
msg String : یک پیام توصیفی.

cause Throwable : ریشه Throwable که باعث شده دستگاه در دسترس نباشد.

serial String : سریال دستگاه مربوطه.

errorId ErrorIdentifier : شناسه خطا برای این خطا.