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

Commit c6409a89 authored by Hyunyoung Song's avatar Hyunyoung Song Committed by android-build-merger
Browse files

Define generic logging class

am: a9c69ce0

* commit 'a9c69ce0':
  Define generic logging class
parents b0b9b96d a9c69ce0
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