DeviceFailedToBootError

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, com.android.tradefed.command.remote.DeviceDescriptor, com.android.tradefed.result.error.ErrorIdentifier) का इस्तेमाल करें

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: इस गड़बड़ी का आइडेंटिफ़ायर.