Merge "Hardcode the className instead of class.getSimpleName()." into main

This commit is contained in:
Anushree Ganjam
2024-05-09 20:13:13 +00:00
committed by Android (Google) Code Review
37 changed files with 165 additions and 125 deletions

View File

@@ -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;
/**