Merge "Code formatting change for upcoming annotations." am: 5d669f79f2
am: 5d44cf6f72
Change-Id: I535f393a19acb88331d17fd1c6d18aa3ef799180
This commit is contained in:
@@ -370,8 +370,8 @@ public final class Log {
|
|||||||
/** @hide */ public static final int LOG_ID_SYSTEM = 3;
|
/** @hide */ public static final int LOG_ID_SYSTEM = 3;
|
||||||
/** @hide */ public static final int LOG_ID_CRASH = 4;
|
/** @hide */ public static final int LOG_ID_CRASH = 4;
|
||||||
|
|
||||||
/** @hide */ public static native int println_native(int bufID,
|
/** @hide */
|
||||||
int priority, String tag, String msg);
|
public static native int println_native(int bufID, int priority, String tag, String msg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Return the maximum payload the log daemon accepts without truncation.
|
* Return the maximum payload the log daemon accepts without truncation.
|
||||||
|
|||||||
Reference in New Issue
Block a user