Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0981f2ee authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Code formatting change for upcoming annotations." am: 5d669f79...

Merge "Merge "Code formatting change for upcoming annotations." am: 5d669f79 am: 5d44cf6f am: 37030d98 am: 2b55fef6"
parents 3d3bd67f 3bbdabce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -380,8 +380,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.