No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | android.renderscript.RenderScript.RSErrorHandler |
Runtime error base class. An application should derive from this class if it wishes to install an error handler. When errors occur at runtime the fields in this class will be filled and the run method called.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
mErrorMessage | ||||||||||
|
mErrorNum |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Starts executing the active part of the class' code.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
|||||||||||
![]() |
Starts executing the active part of the class' code. This method is called when a thread is started that has been created with a class which implements Runnable
.