डिवाइसफेल टू बूट एरर
public class DeviceFailedToBootError
extends BuildError
java.lang.Object | |||
↳ | com.android.tradefed.error.HarnessException | ||
↳ | com.android.tradefed.targetprep.BuildError | ||
↳ | com.android.tradefed.targetprep.DeviceFailedToBootError |
अगर कोई डिवाइस बिल्ड के साथ फ्लैश होने के बाद बूट करने में विफल रहता है तो उसे फेंक दिया जाता है।
सारांश
सार्वजनिक निर्माणकर्ता | |
---|---|
DeviceFailedToBootError (String reason, DeviceDescriptor descriptor) यह कंस्ट्रक्टर पदावनत है। इसके बजाय | |
DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId) एक विस्तृत त्रुटि संदेश के साथ एक नया (@link DeviceFailedToBootError} बनाता है। | |
DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId) एक विस्तृत त्रुटि संदेश के साथ एक नया (@link DeviceFailedToBootError} बनाता है। |
सार्वजनिक निर्माणकर्ता
डिवाइसफेल टू बूट एरर
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor)
यह कंस्ट्रक्टर पदावनत है।
इसके बजाय DeviceFailedToBootError(String, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier)
उपयोग करें
एक विस्तृत त्रुटि संदेश के साथ एक नया (@link DeviceFailedToBootError} बनाता है।
पैरामीटर | |
---|---|
reason | String : बूट विफलता के बारे में अधिक विवरण देने वाला एक त्रुटि संदेश |
descriptor | DeviceDescriptor : अपवाद से संबंधित डिवाइस का डिस्क्रिप्टर |
डिवाइसफेल टू बूट एरर
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
एक विस्तृत त्रुटि संदेश के साथ एक नया (@link DeviceFailedToBootError} बनाता है।
पैरामीटर | |
---|---|
reason | String : बूट विफलता के बारे में अधिक विवरण देने वाला एक त्रुटि संदेश |
descriptor | DeviceDescriptor : अपवाद से संबंधित डिवाइस का डिस्क्रिप्टर |
errorId | ErrorIdentifier : इस त्रुटि के लिए त्रुटि पहचानकर्ता। |
डिवाइसफेल टू बूट एरर
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
एक विस्तृत त्रुटि संदेश के साथ एक नया (@link DeviceFailedToBootError} बनाता है।
पैरामीटर | |
---|---|
reason | String : बूट विफलता के बारे में अधिक विवरण देने वाला एक त्रुटि संदेश |
descriptor | DeviceDescriptor : अपवाद से संबंधित डिवाइस का डिस्क्रिप्टर |
cause | Throwable : अपवाद का मूल कारण |
errorId | ErrorIdentifier : इस त्रुटि के लिए त्रुटि पहचानकर्ता। |