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

Commit f9e32b50 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Make Log.isLogagble @FastNative" into rvc-dev am: 87500a84 am: 5e97bd2a

Change-Id: I387f0c437138a969fd0e8a1cfc232dc04de7628c
parents ec72d270 5e97bd2a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ import com.android.internal.os.RuntimeInit;
import com.android.internal.util.FastPrintWriter;
import com.android.internal.util.LineBreakBufferedWriter;

import dalvik.annotation.optimization.FastNative;

import java.io.PrintWriter;
import java.io.StringWriter;
import java.io.Writer;
@@ -228,6 +230,7 @@ public final class Log {
     *         for Nougat (7.0) releases (API <= 23) and prior, there is no
     *         tag limit of concern after this API level.
     */
    @FastNative
    public static native boolean isLoggable(@Nullable String tag, @Level int level);

    /**