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

Commit dad078cb authored by Howard Ro's avatar Howard Ro Committed by Android (Google) Code Review
Browse files

Merge "Don't extend StatsLogInternal"

parents e38348d6 c5b609e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ import com.android.internal.util.FrameworkStatsLog;
 * StatsLog provides an API for developers to send events to statsd. The events can be used to
 * define custom metrics inside statsd.
 */
public final class StatsLog extends StatsLogInternal {
public final class StatsLog {
    private static final String TAG = "StatsLog";
    private static final boolean DEBUG = false;