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

Commit a9c69ce0 authored by Hyunyoung Song's avatar Hyunyoung Song
Browse files

Define generic logging class

b/26494415

Change-Id: I5fbf54eb5986eb49a62ba51d41aab43e00a9ca12
parent c619edbc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
package com.android.launcher3.logging;

import com.android.launcher3.userevent.nano.LauncherLogProto;

public abstract class UserEventLogger {
    public void processEvent(LauncherLogProto proto) {}
}
 No newline at end of file