Funzioni di debug RenderScript

Panoramica

Le funzioni seguenti sono pensate per essere utilizzate durante lo sviluppo dell'applicazione. Non devono essere utilizzati in applicazioni di spedizione.

Riepilogo

Funzioni
rsDebug Registra un messaggio e i valori

Funzioni

rsDebug : registra un messaggio e i valori

void rsDebug(const char* message, char a); Aggiunto al livello API 17
void rsDebug(const char* message, char2 a); Aggiunto al livello API 17
void rsDebug(const char* message, char3 a); Aggiunto al livello API 17
void rsDebug(const char* message, char4 a); Aggiunto al livello API 17
void rsDebug(const char* message, const rs_matrix2x2* a);
void rsDebug(const char* message, const rs_matrix3x3* a);
void rsDebug(const char* message, const rs_matrix4x4* a);
void rsDebug(const char* message, const void* a);
void rsDebug(const char* message, double a);
void rsDebug(const char* message, Double2 a); Aggiunto al livello API 23
void rsDebug(const char* message, Double3 a); Aggiunto al livello API 23
void rsDebug(const char* message, Double4 a); Aggiunto al livello API 23
void rsDebug(const char* message, float a);
void rsDebug(const char* message, float a, float b);
void rsDebug(const char* message, float a, float b, float c);
void rsDebug(const char* message, float a, float b, float c, float d);
void rsDebug(const char* message, float2 a);
void rsDebug(const char* message, float3 a);
void rsDebug(const char* message, float4 a);
void rsDebug(const char* message, half a); Aggiunto al livello API 24
void rsDebug(const char* message, half2 a); Aggiunto al livello API 24
void rsDebug(const char* message, half3 a); Aggiunto al livello API 24
void rsDebug(const char* message, half4 a); Aggiunto al livello API 24
void rsDebug(const char* message, int a);
void rsDebug(const char* message, int2 a); Aggiunto al livello API 17
void rsDebug(const char* message, int3 a); Aggiunto al livello API 17
void rsDebug(const char* message, int4 a); Aggiunto al livello API 17
void rsDebug(const char* message, long a);
void rsDebug(const char* message, long long a);
void rsDebug(const char* message, long2 a); Aggiunto al livello API 17
void rsDebug(const char* message, long3 a); Aggiunto al livello API 17
void rsDebug(const char* message, long4 a); Aggiunto al livello API 17
void rsDebug(const char* message, short a); Aggiunto al livello API 17
void rsDebug(const char* message, short2 a); Aggiunto al livello API 17
void rsDebug(const char* message, short3 a); Aggiunto al livello API 17
void rsDebug(const char* message, short4 a); Aggiunto al livello API 17
void rsDebug(const char* message, uchar a); Aggiunto al livello API 17
void rsDebug(const char* message, uchar2 a); Aggiunto al livello API 17
void rsDebug(const char* message, uchar3 a); Aggiunto al livello API 17
void rsDebug(const char* message, uchar4 a); Aggiunto al livello API 17
void rsDebug(const char* message, uint a);
void rsDebug(const char* message, uint2 a); Aggiunto al livello API 17
void rsDebug(const char* message, uint3 a); Aggiunto al livello API 17
void rsDebug(const char* message, uint4 a); Aggiunto al livello API 17
void rsDebug(const char* message, ulong a);
void rsDebug(const char* message, ulong2 a); Aggiunto al livello API 17
void rsDebug(const char* message, ulong3 a); Aggiunto al livello API 17
void rsDebug(const char* message, ulong4 a); Aggiunto al livello API 17
void rsDebug(const char* message, unfirmato long long a);
void rsDebug(const char* message, ushort a); Aggiunto al livello API 17
void rsDebug(const char* message, ushort2 a); Aggiunto al livello API 17
void rsDebug(const char* message, ushort3 a); Aggiunto al livello API 17
void rsDebug(const char* message, ushort4 a); Aggiunto al livello API 17

Questa funzione stampa un messaggio nel log standard, seguito dai valori forniti.

Questa funzione è destinata esclusivamente al debug e non deve essere utilizzata nelle applicazioni di spedizione.