Merge "Code formatting change for upcoming annotations."

This commit is contained in:
Treehugger Robot
2018-08-01 14:52:26 +00:00
committed by Gerrit Code Review

View File

@@ -370,8 +370,8 @@ public final class Log {
/** @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);
/** @hide */
public static native int println_native(int bufID, int priority, String tag, String msg);
/**
* Return the maximum payload the log daemon accepts without truncation.