Searched defs:DebugOutputTarget (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/
H A DMisc.h115 typedef struct DebugOutputTarget { struct
133 } DebugOutputTarget; typedef in typeref:struct:DebugOutputTarget
136 * Fill in a DebugOutputTarget struct.
138 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
140 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp);
145 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format,

Completed in 40 milliseconds