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

Commit 3bbdabce authored by Mathew Inwood's avatar Mathew Inwood Committed by android-build-merger
Browse files

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

Merge "Code formatting change for upcoming annotations." am: 5d669f79 am: 5d44cf6f am: 37030d98
am: 2b55fef6

Change-Id: I4110c2cb0273dc3eb617bf10687d4f4781ae98aa
parents 8f299037 2b55fef6
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.