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

Commit 2b55fef6 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: 5d44cf6f

am: 37030d98

Change-Id: I3526cd00cffc1e4857cfda9bab32b0f1a130d55c
parents e377a769 37030d98
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.