mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 03:08:19 +00:00
Merge "Hardcode the className instead of class.getSimpleName()." into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
798340dc6d
@@ -94,7 +94,7 @@ import java.util.concurrent.Executors;
|
||||
*/
|
||||
public class BubbleBarController extends IBubblesListener.Stub {
|
||||
|
||||
private static final String TAG = BubbleBarController.class.getSimpleName();
|
||||
private static final String TAG = "BubbleBarController";
|
||||
private static final boolean DEBUG = false;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user