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

Commit f3c53263 authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android (Google) Code Review
Browse files

Merge "Tracking merge of dalvik-dev to master"

parents 80234f76 7495cfad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -786,7 +786,7 @@ href="{@docRoot}guide/developing/tools/traceview.html">Traceview: A Graphical Lo
     * @hide
     */
    public static long countInstancesOfClass(Class cls) {
        return VMDebug.countInstancesOfClass(cls);
        return VMDebug.countInstancesOfClass(cls, true);
    }

    /**