* commit 'c726f6b537c5913600bc35ff866f1fb32800b9be': Native Runtime: Add LOG_ID_CRASH
This commit is contained in:
@@ -352,6 +352,7 @@ public final class Log {
|
||||
/** @hide */ public static final int LOG_ID_RADIO = 1;
|
||||
/** @hide */ public static final int LOG_ID_EVENTS = 2;
|
||||
/** @hide */ public static final int LOG_ID_SYSTEM = 3;
|
||||
/** @hide */ public static final int LOG_ID_CRASH = 4;
|
||||
|
||||
/** @hide */ public static native int println_native(int bufID,
|
||||
int priority, String tag, String msg);
|
||||
|
||||
Reference in New Issue
Block a user