DeviceFailedToBootError
public
class
DeviceFailedToBootError
extends BuildError
java.lang.Object | |||
↳ | com.android.tradefed.error.Harnessअपवाद | ||
↳ | 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} बनाता है. |
सार्वजनिक कंस्ट्रक्टर
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 : अपवाद से जुड़े डिवाइस का डिस्क्रिप्टर |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, ErrorIdentifier errorId)
गड़बड़ी के बारे में ज़्यादा जानकारी वाला एक नया मैसेज (@link DeviceFailedToBootError} बनाता है.
पैरामीटर | |
---|---|
reason |
String : बूट विफल होने के बारे में ज़्यादा जानकारी देने वाला एक गड़बड़ी मैसेज |
descriptor |
DeviceDescriptor : अपवाद से जुड़े डिवाइस का डिस्क्रिप्टर |
errorId |
ErrorIdentifier : इस गड़बड़ी के लिए गड़बड़ी का आइडेंटिफ़ायर. |
DeviceFailedToBootError
public DeviceFailedToBootError (String reason, DeviceDescriptor descriptor, Throwable cause, ErrorIdentifier errorId)
गड़बड़ी के बारे में ज़्यादा जानकारी वाला एक नया मैसेज (@link DeviceFailedToBootError} बनाता है.
पैरामीटर | |
---|---|
reason |
String : बूट विफल होने के बारे में ज़्यादा जानकारी देने वाला एक गड़बड़ी मैसेज |
descriptor |
DeviceDescriptor : अपवाद से जुड़े डिवाइस का डिस्क्रिप्टर |
cause |
Throwable : अपवाद की मूल वजह |
errorId |
ErrorIdentifier : इस गड़बड़ी के लिए गड़बड़ी का आइडेंटिफ़ायर. |